From d4d7b5db6681ec0c65ef8b7e576f1b5fc8b5433a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 11:32:29 +0000 Subject: [PATCH] fix(deps): update dependency @elastic/eui to ^91.3.1 (#2286) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marco Vettorello --- package.json | 2 +- storybook/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index bad49cd464..7794729ba3 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@commitlint/cli": "^12.1.1", "@commitlint/config-conventional": "^12.1.1", "@elastic/datemath": "^5.0.3", - "@elastic/eui": "^91.2.0", + "@elastic/eui": "^91.3.1", "@emotion/react": "^11.10.5", "@emotion/css": "^11.10.5", "@mdx-js/loader": "^1.6.6", diff --git a/storybook/package.json b/storybook/package.json index 64d3febe10..05ab47553c 100644 --- a/storybook/package.json +++ b/storybook/package.json @@ -12,7 +12,7 @@ "dependencies": { "@elastic/charts": "*", "@elastic/datemath": "^5.0.3", - "@elastic/eui": "^91.2.0", + "@elastic/eui": "^91.3.1", "@emotion/react": "^11.10.5", "@emotion/css": "^11.10.5", "luxon": "^1.27.0", diff --git a/yarn.lock b/yarn.lock index 5bb46081a1..9f79435e9c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3106,10 +3106,10 @@ dependencies: tslib "^1.9.3" -"@elastic/eui@^91.2.0": - version "91.2.0" - resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-91.2.0.tgz#3ab168962b5cf819801f427469385cef9e5a3c1e" - integrity sha512-nan2o04A+kSZCmxlAKf3sN6Tk1M9xK++33zl5vZrg0sKDlrbh8xpPVxdr7G6DBRvAscwcHZOR2jocZZQQa18Sw== +"@elastic/eui@^91.3.1": + version "91.3.1" + resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-91.3.1.tgz#2289b1683f0409c043150c39f5fb7233aa7beb16" + integrity sha512-zxnhBaAsykmDqjbZ3i++CFTyv2dKZSe3UUZKSgYj5MaMnbE86uzeWGjhp3gh1b+LxJZP2672MbNZ6qxVOh1vcQ== dependencies: "@hello-pangea/dnd" "^16.3.0" "@types/lodash" "^4.14.198"