Skip to content

Commit 07891be

Browse files
Upgrade EUI to v29.0.0 (#77802)
* eui to 29.0.0 * src snapshot updates * x-pack snapshot updates Co-authored-by: Elastic Machine <[email protected]>
1 parent 0f493fa commit 07891be

File tree

10 files changed

+21
-30
lines changed

10 files changed

+21
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"@babel/register": "^7.10.5",
120120
"@elastic/datemath": "5.0.3",
121121
"@elastic/elasticsearch": "7.9.0-rc.2",
122-
"@elastic/eui": "28.4.0",
122+
"@elastic/eui": "29.0.0",
123123
"@elastic/good": "8.1.1-kibana2",
124124
"@elastic/numeral": "^2.5.0",
125125
"@elastic/request-crypto": "1.1.4",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@elastic/charts": "21.1.2",
13-
"@elastic/eui": "28.4.0",
13+
"@elastic/eui": "29.0.0",
1414
"@elastic/numeral": "^2.5.0",
1515
"@kbn/i18n": "1.0.0",
1616
"@kbn/monaco": "1.0.0",

src/core/public/chrome/ui/header/__snapshots__/collapsible_nav.test.tsx.snap

Lines changed: 4 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/public/chrome/ui/header/__snapshots__/header.test.tsx.snap

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/interpreter_functional/plugins/kbn_tp_run_pipeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "rm -rf './target' && tsc"
1313
},
1414
"devDependencies": {
15-
"@elastic/eui": "28.4.0",
15+
"@elastic/eui": "29.0.0",
1616
"@kbn/plugin-helpers": "1.0.0",
1717
"react": "^16.12.0",
1818
"react-dom": "^16.12.0",

test/plugin_functional/plugins/kbn_sample_panel_action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "rm -rf './target' && tsc"
1313
},
1414
"devDependencies": {
15-
"@elastic/eui": "28.4.0",
15+
"@elastic/eui": "29.0.0",
1616
"react": "^16.12.0",
1717
"typescript": "4.0.2"
1818
}

test/plugin_functional/plugins/kbn_tp_custom_visualizations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "rm -rf './target' && tsc"
1313
},
1414
"devDependencies": {
15-
"@elastic/eui": "28.4.0",
15+
"@elastic/eui": "29.0.0",
1616
"@kbn/plugin-helpers": "1.0.0",
1717
"react": "^16.12.0",
1818
"typescript": "4.0.2"

x-pack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
"@babel/runtime": "^7.11.2",
276276
"@elastic/datemath": "5.0.3",
277277
"@elastic/ems-client": "7.9.3",
278-
"@elastic/eui": "28.4.0",
278+
"@elastic/eui": "29.0.0",
279279
"@elastic/filesaver": "1.1.2",
280280
"@elastic/node-crypto": "1.2.1",
281281
"@elastic/numeral": "^2.5.0",

x-pack/plugins/global_search_bar/public/components/__snapshots__/search_bar.test.tsx.snap

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,10 +1226,10 @@
12261226
tabbable "^1.1.0"
12271227
uuid "^3.1.0"
12281228

1229-
"@elastic/eui@28.4.0":
1230-
version "28.4.0"
1231-
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-28.4.0.tgz#6b3b6b5e8b602d009410a97c26e22093846f708a"
1232-
integrity sha512-4iXo5fNx4qqeI+Tj5EJ0qHRhyi8KTLaqeQJCWg9Vy7N83ap6kp6s7X6D6qYUHqdmOdJH9QZYuYIpRUi3TQEJNg==
1229+
"@elastic/eui@29.0.0":
1230+
version "29.0.0"
1231+
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-29.0.0.tgz#1c8d822c62ad5e29298a3a36f5b02fd9b32a5550"
1232+
integrity sha512-YsDjtN/nRA4vvWukg5FDN4iPQgHUVxDwn/JZ1mArCeMe34JwzYJlEkk6Z/+iNbJOZQNHngmV8I2TStcP8k82gg==
12331233
dependencies:
12341234
"@types/chroma-js" "^2.0.0"
12351235
"@types/lodash" "^4.14.160"

0 commit comments

Comments
 (0)