Skip to content

Commit 4eeafa7

Browse files
fix(deps): update dependency @elastic/eui to v73 (#1941)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e1dc98c commit 4eeafa7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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": "^72.0.0",
67+
"@elastic/eui": "^73.0.0",
6868
"@emotion/react": "^11.10.5",
6969
"@emotion/css": "^11.10.5",
7070
"@mdx-js/loader": "^1.6.6",

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": "^72.0.0",
15+
"@elastic/eui": "^73.0.0",
1616
"@emotion/react": "^11.10.5",
1717
"@emotion/css": "^11.10.5",
1818
"luxon": "^1.27.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2910,10 +2910,10 @@
29102910
dependencies:
29112911
tslib "^1.9.3"
29122912

2913-
"@elastic/eui@^72.0.0":
2914-
version "72.0.0"
2915-
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-72.0.0.tgz#ba001d694c0c944143b11e5e2b756476c6a6a924"
2916-
integrity sha512-XMIyARp5tI5PymDT1OeYoNnto+d0NtrnRCwHUIOtwDAQamkqmfyNNt+bMzj2ii+HBA/BII5+NKCmb6HNCUBq1A==
2913+
"@elastic/eui@^73.0.0":
2914+
version "73.0.0"
2915+
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-73.0.0.tgz#e1340997e2807ef9416daeb3bff71aad14549d19"
2916+
integrity sha512-vOdZH5FE9iBRHpSpHnVOH/L8AMX2VJDXlpOQpSprE6kK32k5a0C8PtjHWVntRwWbN9t/pcdqC4oHcZsABIv9GA==
29172917
dependencies:
29182918
"@types/chroma-js" "^2.0.0"
29192919
"@types/lodash" "^4.14.160"

0 commit comments

Comments
 (0)