From 8815f29f2ce247d2e29a31b7f10bda789ceb98f5 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Mon, 25 Mar 2024 13:19:02 -0700 Subject: [PATCH] Upgrade to EUI v93.5.1 to fix failing Jest tests --- package.json | 2 +- src/dev/license_checker/config.ts | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 67a28fbb5a733..7171d1ce794f4 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "@elastic/ecs": "^8.11.1", "@elastic/elasticsearch": "^8.12.2", "@elastic/ems-client": "8.5.1", - "@elastic/eui": "93.5.0", + "@elastic/eui": "93.5.1", "@elastic/filesaver": "1.1.2", "@elastic/node-crypto": "1.2.1", "@elastic/numeral": "^2.5.1", diff --git a/src/dev/license_checker/config.ts b/src/dev/license_checker/config.ts index d8185fa5d3337..97358bb006ed4 100644 --- a/src/dev/license_checker/config.ts +++ b/src/dev/license_checker/config.ts @@ -86,7 +86,7 @@ export const LICENSE_OVERRIDES = { 'jsts@1.6.2': ['Eclipse Distribution License - v 1.0'], // cf. https://github.com/bjornharrtell/jsts '@mapbox/jsonlint-lines-primitives@2.0.2': ['MIT'], // license in readme https://github.com/tmcw/jsonlint '@elastic/ems-client@8.5.1': ['Elastic License 2.0'], - '@elastic/eui@93.5.0': ['SSPL-1.0 OR Elastic License 2.0'], + '@elastic/eui@93.5.1': ['SSPL-1.0 OR Elastic License 2.0'], 'language-subtag-registry@0.3.21': ['CC-BY-4.0'], // retired ODC‑By license https://github.com/mattcg/language-subtag-registry 'buffers@0.1.1': ['MIT'], // license in importing module https://www.npmjs.com/package/binary '@bufbuild/protobuf@1.2.1': ['Apache-2.0'], // license (Apache-2.0 AND BSD-3-Clause) diff --git a/yarn.lock b/yarn.lock index e90d95b7136b3..95f90e2a1bfa6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1746,10 +1746,10 @@ resolved "https://registry.yarnpkg.com/@elastic/eslint-plugin-eui/-/eslint-plugin-eui-0.0.2.tgz#56b9ef03984a05cc213772ae3713ea8ef47b0314" integrity sha512-IoxURM5zraoQ7C8f+mJb9HYSENiZGgRVcG4tLQxE61yHNNRDXtGDWTZh8N1KIHcsqN1CEPETjuzBXkJYF/fDiQ== -"@elastic/eui@93.5.0": - version "93.5.0" - resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-93.5.0.tgz#389dab85c62e63dedc3397192ff4d9662eb3d3e1" - integrity sha512-dOBJzv3QQqvFPYl6QTSyGmEh13zDEVwcOY5gAleDdXD9utnT10PVb6UsA7aYIc8cDwN3xzSQVu9KJuT9L6h+lw== +"@elastic/eui@93.5.1": + version "93.5.1" + resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-93.5.1.tgz#e663017052a1461ec0c67e825f1d7c1346f3c3ee" + integrity sha512-40zFwuYakCDxzEDnh2ePgUh4KVfmy8p6sXc8FFES07zoboRt82YxQxwmgouqu02TZHaXir1bXSpmEyXe4T7CMg== dependencies: "@hello-pangea/dnd" "^16.3.0" "@types/lodash" "^4.14.202"