diff --git a/.buildkite/scripts/steps/checks/quick_checks.txt b/.buildkite/scripts/steps/checks/quick_checks.txt index d6b6698b78f46..6eb92d641d1b4 100644 --- a/.buildkite/scripts/steps/checks/quick_checks.txt +++ b/.buildkite/scripts/steps/checks/quick_checks.txt @@ -8,7 +8,6 @@ .buildkite/scripts/steps/checks/jest_configs.sh .buildkite/scripts/steps/checks/bundle_limits.sh .buildkite/scripts/steps/checks/i18n.sh -.buildkite/scripts/steps/checks/file_casing.sh .buildkite/scripts/steps/checks/licenses.sh .buildkite/scripts/steps/checks/test_projects.sh .buildkite/scripts/steps/checks/test_hardening.sh diff --git a/elastic-eui-98.2.1-borealis.3.tgz b/elastic-eui-98.2.1-borealis.3.tgz new file mode 100644 index 0000000000000..73aa78896a17a Binary files /dev/null and b/elastic-eui-98.2.1-borealis.3.tgz differ diff --git a/package.json b/package.json index 0ca4d9f52e533..bec37d801482e 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "@elastic/ecs": "^8.11.5", "@elastic/elasticsearch": "^8.16.0", "@elastic/ems-client": "8.6.2", - "@elastic/eui": "98.2.1-borealis.2", + "@elastic/eui": "./elastic-eui-98.2.1-borealis.3.tgz", "@elastic/eui-theme-borealis": "0.0.7", "@elastic/filesaver": "1.1.2", "@elastic/node-crypto": "^1.2.3", diff --git a/yarn.lock b/yarn.lock index 6bf3756850f15..fc987a4358b6a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2346,20 +2346,19 @@ resolved "https://registry.yarnpkg.com/@elastic/eui-theme-borealis/-/eui-theme-borealis-0.0.7.tgz#a6c4600d61a29a96078afbc8003a14f792842d32" integrity sha512-N1bo++X+aI4k4CiykdqKiV9ihfSifS3AScQXeeD5I9FunljsNVTk5f+502VIJKx/1knLidplsXmBv4n6iXf1tQ== -"@elastic/eui-theme-common@0.0.7": - version "0.0.7" - resolved "https://registry.yarnpkg.com/@elastic/eui-theme-common/-/eui-theme-common-0.0.7.tgz#0e57b5325d52fd5813832a77f47f294204f3dc72" - integrity sha512-U9ii4Bl+S5zdbIH3WP01vebJboalhZ/ULlyZxc7zHmyA9Z2pONGOauUZUKE7v3nSmN6f53toNoa2pvn4ZqB+Yw== +"@elastic/eui-theme-common@workspace:^": + version "0.0.8" + resolved "https://registry.yarnpkg.com/@elastic/eui-theme-common/-/eui-theme-common-0.0.8.tgz#f5c88d2af39dfef412df73f35d16d584e1e64374" + integrity sha512-rzYFRPegUoGjp9eJj90LTsKF9SiKOgcOtAHDMl99yEbNXIV9jMfs54tRf7zMQq0/w+FZXJbOqhnUc4rdKUhVWw== dependencies: "@types/lodash" "^4.14.202" lodash "^4.17.21" -"@elastic/eui@98.2.1-borealis.2": - version "98.2.1-borealis.2" - resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-98.2.1-borealis.2.tgz#f45308483f343e2b19dfa4bcfa4090bae226395f" - integrity sha512-ogTsvGqi4f2eiwzm/z7vLAEAQlw8ZiBpLTLFusFt9sawha7nmaLLitleKvJHZqBA117x71nhlM3CrWYczNmG0A== +"@elastic/eui@./elastic-eui-98.2.1-borealis.3.tgz": + version "98.2.1-borealis.3" + resolved "./elastic-eui-98.2.1-borealis.3.tgz#42b318ac425e2bef42a5bccbd73366a8190a6812" dependencies: - "@elastic/eui-theme-common" "0.0.7" + "@elastic/eui-theme-common" "workspace:^" "@hello-pangea/dnd" "^16.6.0" "@types/lodash" "^4.14.202" "@types/numeral" "^2.0.5"