Skip to content

Commit 52fc921

Browse files
Upgraded EUI to 18.2.1 (#55090) (#55132)
1 parent bef4374 commit 52fc921

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
@@ -116,7 +116,7 @@
116116
"@elastic/charts": "^16.1.0",
117117
"@elastic/datemath": "5.0.2",
118118
"@elastic/ems-client": "7.6.0",
119-
"@elastic/eui": "18.2.0",
119+
"@elastic/eui": "18.2.1",
120120
"@elastic/filesaver": "1.1.2",
121121
"@elastic/good": "8.1.1-kibana2",
122122
"@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
@@ -175,7 +175,7 @@
175175
"@babel/runtime": "^7.5.5",
176176
"@elastic/datemath": "5.0.2",
177177
"@elastic/ems-client": "7.6.0",
178-
"@elastic/eui": "18.2.0",
178+
"@elastic/eui": "18.2.1",
179179
"@elastic/filesaver": "1.1.2",
180180
"@elastic/maki": "6.1.0",
181181
"@elastic/node-crypto": "^1.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2653,10 +2653,10 @@
26532653
tabbable "^1.1.0"
26542654
uuid "^3.1.0"
26552655

2656-
"@elastic/[email protected].0":
2657-
version "18.2.0"
2658-
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-18.2.0.tgz#db9c2af87b2bdd0af7a39802d31507139b543482"
2659-
integrity sha512-wZXFBzETsaMTw6VuqFu168NKiwXMI5MVT7SdTIRufCBrT6uhUpbx43ZiDCcg372RHXosunQaiD5eVm3aodO+Jg==
2656+
"@elastic/[email protected].1":
2657+
version "18.2.1"
2658+
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-18.2.1.tgz#6ce6d0bd1d0541052d21f2918305524d71e91678"
2659+
integrity sha512-6C5tnWJTlBB++475i0vRoCsnz4JaYznb4zMNFLc+z5GY3vA3/E3AXTjmmBwybEicCCi3h1SnpJxZsgMakiZwRA==
26602660
dependencies:
26612661
"@types/chroma-js" "^1.4.3"
26622662
"@types/lodash" "^4.14.116"

0 commit comments

Comments
 (0)