From 766613cbe9914e55b095e4540eff58633590eae4 Mon Sep 17 00:00:00 2001 From: Lene Gadewoll Date: Wed, 18 Dec 2024 12:46:11 +0100 Subject: [PATCH] chore: update eui package versions --- package.json | 2 +- src/dev/license_checker/config.ts | 4 ++-- yarn.lock | 18 +++++++++--------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 4561f7e137aef..c3f0a0b473c02 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "@elastic/ecs": "^8.11.1", "@elastic/elasticsearch": "^8.16.0", "@elastic/ems-client": "8.5.3", - "@elastic/eui": "98.2.1-borealis.0", + "@elastic/eui": "98.2.1-borealis.1", "@elastic/eui-theme-borealis": "0.0.5", "@elastic/filesaver": "1.1.2", "@elastic/node-crypto": "^1.2.3", diff --git a/src/dev/license_checker/config.ts b/src/dev/license_checker/config.ts index 14a0420c2a88b..2137663cfe297 100644 --- a/src/dev/license_checker/config.ts +++ b/src/dev/license_checker/config.ts @@ -87,8 +87,8 @@ 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.3': ['Elastic License 2.0'], - '@elastic/eui@98.2.1-borealis.0': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'], - '@elastic/eui-theme-borealis@0.0.5': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'], + '@elastic/eui@98.2.1-borealis.1': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'], + '@elastic/eui-theme-borealis@0.0.6': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.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 8972791233393..7f5dd0a375155 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2310,20 +2310,20 @@ resolved "https://registry.yarnpkg.com/@elastic/eui-theme-borealis/-/eui-theme-borealis-0.0.5.tgz#d4cba2a44b63dbb435786fc4208c964c805b1540" integrity sha512-M4hrS88L+D5GCRFUooVGRE+8GoU2CxArCqhnNVVcE3Ws4OTOGx7Auqs7ihQ4sIGX+CTFKe6+tjyj/F5Bg2jtMg== -"@elastic/eui-theme-common@0.0.5": - version "0.0.5" - resolved "https://registry.yarnpkg.com/@elastic/eui-theme-common/-/eui-theme-common-0.0.5.tgz#e808f2d93fd51042f225584e6dc051a5da98b955" - integrity sha512-Xp6zuJ9Pqd2LnAOP6FwJ81xUml01UotKLdLvNEFM8XvbWfJOPfMWqzIgrttpbio44jyuEmJ/t+UcfLsiOAGsPA== +"@elastic/eui-theme-common@0.0.6": + version "0.0.6" + resolved "https://registry.yarnpkg.com/@elastic/eui-theme-common/-/eui-theme-common-0.0.6.tgz#45dc17f1e6ddb688dde2befd3a5e32d87e59dd42" + integrity sha512-6Uglv3HO3vK1uOyQc9F3ThtedZazohWDzMJXaR7QsYb48y3GP97AALA7+IFlnfl6OimOD/nKKzUylJqEGxffvA== dependencies: "@types/lodash" "^4.14.202" lodash "^4.17.21" -"@elastic/eui@98.2.1-borealis.0": - version "98.2.1-borealis.0" - resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-98.2.1-borealis.0.tgz#e613f0917989561395cc4a9c8206245eac618c1a" - integrity sha512-qZBPMfdBcXITGYuwy5OAo5FU2+eKMrZYsxs2hBQFZOUlLL4VLJ6SzgwAzJZx7BJWBTJSDtv8+PhPgNk/3FSMJg== +"@elastic/eui@98.2.1-borealis.1": + version "98.2.1-borealis.1" + resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-98.2.1-borealis.1.tgz#759acfdc2ddac94260e5869832f841f16d4d7e63" + integrity sha512-xJngnQycka54v7ptVUqJdOcTUuuhrf5/Nrg6EvhOFmMFuDECDSdsWqcbssZ7cCo6Cz0+7FrYWYvsNouK9TfhJA== dependencies: - "@elastic/eui-theme-common" "0.0.5" + "@elastic/eui-theme-common" "0.0.6" "@hello-pangea/dnd" "^16.6.0" "@types/lodash" "^4.14.202" "@types/numeral" "^2.0.5"