Skip to content

Commit

Permalink
EUI at 6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Feb 6, 2019
1 parent 7446729 commit 2b0bed4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"dependencies": {
"@elastic/datemath": "5.0.2",
"@elastic/eui": "6.9.0",
"@elastic/eui": "6.10.0",
"@elastic/filesaver": "1.1.2",
"@elastic/good": "8.1.1-kibana2",
"@elastic/numeral": "2.3.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ exports[`InspectorPanel should render as expected 1`] = `
repositionOnScroll={true}
>
<EuiOutsideClickDetector
isDisabled={true}
onOutsideClick={[Function]}
>
<div
Expand Down
2 changes: 1 addition & 1 deletion x-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"dependencies": {
"@elastic/datemath": "5.0.2",
"@elastic/eui": "6.9.0",
"@elastic/eui": "6.10.0",
"@elastic/node-crypto": "0.1.2",
"@elastic/numeral": "2.3.2",
"@kbn/babel-preset": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ exports[`ilm summary extension should return extension when index has lifecycle
withTitle={true}
>
<EuiOutsideClickDetector
isDisabled={true}
onOutsideClick={[Function]}
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ exports[`TelemetryOptIn should display when telemetry not opted in 1`] = `
panelPaddingSize="m"
>
<EuiOutsideClickDetector
isDisabled={true}
onOutsideClick={[Function]}
>
<div
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -871,10 +871,10 @@
tabbable "^1.1.0"
uuid "^3.1.0"

"@elastic/eui@6.9.0":
version "6.9.0"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-6.9.0.tgz#baada76820e8e5a7efccfd327234ef05ce105ee3"
integrity sha512-wvJY1hQsKukOIlhJihif7s0qvDb52xv+0nMS27UBqmiwSD4rLwomhlFaZ/DauesLbUvCd1wVl0CHW34uwA9RAQ==
"@elastic/eui@6.10.0":
version "6.10.0"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-6.10.0.tgz#4255e53c7481dd5170072a0bdf45eb796817c0b0"
integrity sha512-yWEt/wbG3BtqaDAcPOS9Hkm8G2BftmP31wzr2Q/Dm+jpNhTA/fUs++1WFgaVvX/Vj9RsTgi8yx8PZHth8Metog==
dependencies:
"@types/lodash" "^4.14.116"
"@types/numeral" "^0.0.25"
Expand Down

0 comments on commit 2b0bed4

Please sign in to comment.