Skip to content

Commit d05994e

Browse files
fix(deps): update dependency @elastic/eui to v70 (#1850)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c146e2 commit d05994e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@commitlint/cli": "^12.1.1",
6565
"@commitlint/config-conventional": "^12.1.1",
6666
"@elastic/datemath": "^5.0.3",
67-
"@elastic/eui": "^69.0.0",
67+
"@elastic/eui": "^70.0.0",
6868
"@mdx-js/loader": "^1.6.6",
6969
"@microsoft/api-documenter": "^7.19.22",
7070
"@microsoft/api-extractor": "^7.33.4",

storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@elastic/charts": "*",
1414
"@elastic/datemath": "^5.0.3",
15-
"@elastic/eui": "^69.0.0",
15+
"@elastic/eui": "^70.0.0",
1616
"@emotion/react": "^11.7.1",
1717
"luxon": "^1.27.0",
1818
"moment": "^2.29.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2903,10 +2903,10 @@
29032903
dependencies:
29042904
tslib "^1.9.3"
29052905

2906-
"@elastic/eui@^69.0.0":
2907-
version "69.0.0"
2908-
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-69.0.0.tgz#2ca25edc0205d6c914d9294b18ae08d0d5940277"
2909-
integrity sha512-wJijXRoe20KMKsVPXRoUNWdyBI1cUFpgkB5Di+jqhO2IDchex61mfxYeDGnmx5u+eKITLlahQYqFUFTYU9b4GQ==
2906+
"@elastic/eui@^70.0.0":
2907+
version "70.0.0"
2908+
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-70.0.0.tgz#27f23bd77006ddf9ef84c3f460b837c2dff0c6ab"
2909+
integrity sha512-7zD0ui7FQzmpsyWfMEU1lnMcraxdQ05GAdJZhjaFw5hklN+LNW272XdO9XXJm8iDdd5jiqK2d2e+irPoeQs2YQ==
29102910
dependencies:
29112911
"@types/chroma-js" "^2.0.0"
29122912
"@types/lodash" "^4.14.160"

0 commit comments

Comments
 (0)