Skip to content

Commit b71c0e8

Browse files
committed
Upgraded EUI to 18.2.1
1 parent 41316ba commit b71c0e8

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"@elastic/charts": "^16.1.0",
120120
"@elastic/datemath": "5.0.2",
121121
"@elastic/ems-client": "7.6.0",
122-
"@elastic/eui": "18.2.0",
122+
"@elastic/eui": "18.2.1",
123123
"@elastic/filesaver": "1.1.2",
124124
"@elastic/good": "8.1.1-kibana2",
125125
"@elastic/numeral": "2.3.3",

packages/kbn-ui-shared-deps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"kbn:watch": "node scripts/build --watch"
1010
},
1111
"devDependencies": {
12-
"@elastic/eui": "18.2.0",
12+
"@elastic/eui": "18.2.1",
1313
"@elastic/charts": "^16.1.0",
1414
"@kbn/dev-utils": "1.0.0",
1515
"@yarnpkg/lockfile": "^1.1.0",

test/interpreter_functional/plugins/kbn_tp_run_pipeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"license": "Apache-2.0",
99
"dependencies": {
10-
"@elastic/eui": "18.2.0",
10+
"@elastic/eui": "18.2.1",
1111
"react": "^16.12.0",
1212
"react-dom": "^16.12.0"
1313
}

test/plugin_functional/plugins/kbn_tp_custom_visualizations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"license": "Apache-2.0",
99
"dependencies": {
10-
"@elastic/eui": "18.2.0",
10+
"@elastic/eui": "18.2.1",
1111
"react": "^16.12.0"
1212
}
1313
}

test/plugin_functional/plugins/kbn_tp_embeddable_explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"license": "Apache-2.0",
1010
"dependencies": {
11-
"@elastic/eui": "18.2.0",
11+
"@elastic/eui": "18.2.1",
1212
"react": "^16.12.0"
1313
},
1414
"scripts": {

test/plugin_functional/plugins/kbn_tp_sample_panel_action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"license": "Apache-2.0",
1010
"dependencies": {
11-
"@elastic/eui": "18.2.0",
11+
"@elastic/eui": "18.2.1",
1212
"react": "^16.12.0"
1313
},
1414
"scripts": {

x-pack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"@elastic/apm-rum-react": "^0.3.2",
177177
"@elastic/datemath": "5.0.2",
178178
"@elastic/ems-client": "7.6.0",
179-
"@elastic/eui": "18.2.0",
179+
"@elastic/eui": "18.2.1",
180180
"@elastic/filesaver": "1.1.2",
181181
"@elastic/maki": "6.1.0",
182182
"@elastic/node-crypto": "^1.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,10 +1953,10 @@
19531953
tabbable "^1.1.0"
19541954
uuid "^3.1.0"
19551955

1956-
"@elastic/eui@18.2.0":
1957-
version "18.2.0"
1958-
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-18.2.0.tgz#db9c2af87b2bdd0af7a39802d31507139b543482"
1959-
integrity sha512-wZXFBzETsaMTw6VuqFu168NKiwXMI5MVT7SdTIRufCBrT6uhUpbx43ZiDCcg372RHXosunQaiD5eVm3aodO+Jg==
1956+
"@elastic/eui@18.2.1":
1957+
version "18.2.1"
1958+
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-18.2.1.tgz#6ce6d0bd1d0541052d21f2918305524d71e91678"
1959+
integrity sha512-6C5tnWJTlBB++475i0vRoCsnz4JaYznb4zMNFLc+z5GY3vA3/E3AXTjmmBwybEicCCi3h1SnpJxZsgMakiZwRA==
19601960
dependencies:
19611961
"@types/chroma-js" "^1.4.3"
19621962
"@types/lodash" "^4.14.116"

0 commit comments

Comments
 (0)