Skip to content

Commit

Permalink
fix(deps): update dependency @elastic/eui to v91 (#2233)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @elastic/eui to v91

* chore: fix eui popover unexpected changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: nickofthyme <nicholas.partridge@elastic.co>
  • Loading branch information
renovate[bot] and nickofthyme committed Nov 10, 2023
1 parent 1a073c0 commit e89f623
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,7 +67,7 @@
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^90.0.0",
"@elastic/eui": "^91.0.0",
"@emotion/react": "^11.10.5",
"@emotion/css": "^11.10.5",
"@mdx-js/loader": "^1.6.6",
Expand Down
1 change: 1 addition & 0 deletions packages/charts/src/components/legend/_legend_item.scss
Expand Up @@ -67,6 +67,7 @@ $legendItemHeight: #{$euiFontSizeXS * $euiLineHeight};
// makes custom buttons in eui popover take full action size
height: 100%;
width: 100%;
display: flex;
}
}

Expand Down
2 changes: 1 addition & 1 deletion storybook/package.json
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@elastic/charts": "*",
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^90.0.0",
"@elastic/eui": "^91.0.0",
"@emotion/react": "^11.10.5",
"@emotion/css": "^11.10.5",
"luxon": "^1.27.0",
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Expand Up @@ -3106,10 +3106,10 @@
dependencies:
tslib "^1.9.3"

"@elastic/eui@^90.0.0":
version "90.0.0"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-90.0.0.tgz#f105576513ed2fb31fefab5e1287be4e090ba0f3"
integrity sha512-4LXY4CwXU3FHeOiW76VPTaYcPVKEiqpb8GGHFEkYfBPWBgXyUJUVJyXwX9k8pzXElxM9I68OTDVRxIUzEzFiug==
"@elastic/eui@^91.0.0":
version "91.0.0"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-91.0.0.tgz#bda5ff853036da4d00fdcaa90e383925450ac744"
integrity sha512-c3q6mlr7kJijOfIPmg8HFmZOEHyXyQY1p91cGWTW/gWRq+fTQBDtg6/ahl3D2Bdgg3Lv8HlDSG30uH9cno4d6A==
dependencies:
"@hello-pangea/dnd" "^16.3.0"
"@types/lodash" "^4.14.198"
Expand Down Expand Up @@ -11664,8 +11664,7 @@ eslint-module-utils@^2.8.0:
debug "^3.2.7"

"eslint-plugin-elastic-charts@link:./packages/eslint-plugin-elastic-charts":
version "0.0.0"
uid ""
version "1.0.0"

eslint-plugin-eslint-comments@^3.2.0:
version "3.2.0"
Expand Down

0 comments on commit e89f623

Please sign in to comment.