Skip to content

Commit aa7e9e9

Browse files
committed
Upgrade EUI to v84.0.0
1 parent 88fc4a6 commit aa7e9e9

3 files changed

Lines changed: 50 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@elastic/datemath": "5.0.3",
9999
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@8.8.0-canary.2",
100100
"@elastic/ems-client": "8.4.0",
101-
"@elastic/eui": "83.1.0",
101+
"@elastic/eui": "84.0.0",
102102
"@elastic/filesaver": "1.1.2",
103103
"@elastic/node-crypto": "1.2.1",
104104
"@elastic/numeral": "^2.5.1",

src/dev/license_checker/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export const LICENSE_OVERRIDES = {
8585
'jsts@1.6.2': ['Eclipse Distribution License - v 1.0'], // cf. https://github.com/bjornharrtell/jsts
8686
'@mapbox/jsonlint-lines-primitives@2.0.2': ['MIT'], // license in readme https://github.com/tmcw/jsonlint
8787
'@elastic/ems-client@8.4.0': ['Elastic License 2.0'],
88-
'@elastic/eui@83.1.0': ['SSPL-1.0 OR Elastic License 2.0'],
88+
'@elastic/eui@84.0.0': ['SSPL-1.0 OR Elastic License 2.0'],
8989
'language-subtag-registry@0.3.21': ['CC-BY-4.0'], // retired ODC‑By license https://github.com/mattcg/language-subtag-registry
9090
'buffers@0.1.1': ['MIT'], // license in importing module https://www.npmjs.com/package/binary
9191
};

yarn.lock

Lines changed: 48 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,10 +1552,10 @@
15521552
resolved "https://registry.yarnpkg.com/@elastic/eslint-plugin-eui/-/eslint-plugin-eui-0.0.2.tgz#56b9ef03984a05cc213772ae3713ea8ef47b0314"
15531553
integrity sha512-IoxURM5zraoQ7C8f+mJb9HYSENiZGgRVcG4tLQxE61yHNNRDXtGDWTZh8N1KIHcsqN1CEPETjuzBXkJYF/fDiQ==
15541554

1555-
"@elastic/eui@83.1.0":
1556-
version "83.1.0"
1557-
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-83.1.0.tgz#ed1e409306da2ed9171d334e0ed7e6622c499141"
1558-
integrity sha512-l6ERa836K/U9dccZ4xkyf2tmTO54DeElhGXmNdq02CATbXNQ3YGnoAn99+HvA82oXF3zCSpy+pg5tLx6Ag1zaw==
1555+
"@elastic/eui@84.0.0":
1556+
version "84.0.0"
1557+
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-84.0.0.tgz#0d37da1fe3f2f9af54b62e127c9682d381111ba6"
1558+
integrity sha512-hgDWyXwlhpbNzQgIvGLppqSRMEVt2zMlXIxMzvlV6PYPJUh1K9f5pOyXtNyouFgYZG2bkltvG3cUrMLeBbgUkg==
15591559
dependencies:
15601560
"@types/chroma-js" "^2.0.0"
15611561
"@types/lodash" "^4.14.194"
@@ -1576,7 +1576,7 @@
15761576
react-beautiful-dnd "^13.1.0"
15771577
react-dropzone "^11.5.3"
15781578
react-element-to-jsx-string "^14.3.4"
1579-
react-focus-on "^3.7.0"
1579+
react-focus-on "^3.9.1"
15801580
react-input-autosize "^3.0.0"
15811581
react-is "^17.0.2"
15821582
react-remove-scroll-bar "^2.3.4"
@@ -16295,6 +16295,13 @@ focus-lock@^0.11.2:
1629516295
dependencies:
1629616296
tslib "^2.0.3"
1629716297

16298+
focus-lock@^0.11.6:
16299+
version "0.11.6"
16300+
resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-0.11.6.tgz#e8821e21d218f03e100f7dc27b733f9c4f61e683"
16301+
integrity sha512-KSuV3ur4gf2KqMNoZx3nXNVhqCkn42GuTYCX4tXPEwf0MjpFQmNMiN6m7dXaUXgIoivL6/65agoUMg4RLS0Vbg==
16302+
dependencies:
16303+
tslib "^2.0.3"
16304+
1629816305
folktale@2.0.1:
1629916306
version "2.0.1"
1630016307
resolved "https://registry.yarnpkg.com/folktale/-/folktale-2.0.1.tgz#6dc26a65565aefdef9520223e022dddf5b8d8462"
@@ -24450,6 +24457,18 @@ react-focus-lock@^2.9.2:
2445024457
use-callback-ref "^1.3.0"
2445124458
use-sidecar "^1.1.2"
2445224459

24460+
react-focus-lock@^2.9.4:
24461+
version "2.9.5"
24462+
resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.9.5.tgz#8a82f4f0128cccc27b9e77a4472e8a22f1b52189"
24463+
integrity sha512-h6vrdgUbsH2HeD5I7I3Cx1PPrmwGuKYICS+kB9m+32X/9xHRrAbxgvaBpG7BFBN9h3tO+C3qX1QAVESmi4CiIA==
24464+
dependencies:
24465+
"@babel/runtime" "^7.0.0"
24466+
focus-lock "^0.11.6"
24467+
prop-types "^15.6.2"
24468+
react-clientside-effect "^1.2.6"
24469+
use-callback-ref "^1.3.0"
24470+
use-sidecar "^1.1.2"
24471+
2445324472
react-focus-on@^3.7.0:
2445424473
version "3.7.0"
2445524474
resolved "https://registry.yarnpkg.com/react-focus-on/-/react-focus-on-3.7.0.tgz#bf782b51483d52d1d336b7b09cb864897af26cdf"
@@ -24463,6 +24482,19 @@ react-focus-on@^3.7.0:
2446324482
use-callback-ref "^1.3.0"
2446424483
use-sidecar "^1.1.2"
2446524484

24485+
react-focus-on@^3.9.1:
24486+
version "3.9.1"
24487+
resolved "https://registry.yarnpkg.com/react-focus-on/-/react-focus-on-3.9.1.tgz#449a34ebb487c458d9d5526a74214c408544cfec"
24488+
integrity sha512-IYo2j4mgNpZEJNv+/XzZs3S3xhJbR+AFop092h4OMW7sbFpIMVWxp/Z61V/gfpsgOi7VnoSFXP2bfOWWkjjtOw==
24489+
dependencies:
24490+
aria-hidden "^1.2.2"
24491+
react-focus-lock "^2.9.4"
24492+
react-remove-scroll "^2.5.6"
24493+
react-style-singleton "^2.2.0"
24494+
tslib "^2.3.1"
24495+
use-callback-ref "^1.3.0"
24496+
use-sidecar "^1.1.2"
24497+
2446624498
react-grid-layout@^1.3.4:
2446724499
version "1.3.4"
2446824500
resolved "https://registry.yarnpkg.com/react-grid-layout/-/react-grid-layout-1.3.4.tgz#4fa819be24a1ba9268aa11b82d63afc4762a32ff"
@@ -24613,6 +24645,17 @@ react-remove-scroll@^2.5.5:
2461324645
use-callback-ref "^1.3.0"
2461424646
use-sidecar "^1.1.2"
2461524647

24648+
react-remove-scroll@^2.5.6:
24649+
version "2.5.6"
24650+
resolved "https://packages.atlassian.com/api/npm/npm-remote/react-remove-scroll/-/react-remove-scroll-2.5.6.tgz#7510b8079e9c7eebe00e65a33daaa3aa29a10336"
24651+
integrity sha512-bO856ad1uDYLefgArk559IzUNeQ6SWH4QnrevIUjH+GczV56giDfl3h0Idptf2oIKxQmd1p9BN25jleKodTALg==
24652+
dependencies:
24653+
react-remove-scroll-bar "^2.3.4"
24654+
react-style-singleton "^2.2.1"
24655+
tslib "^2.1.0"
24656+
use-callback-ref "^1.3.0"
24657+
use-sidecar "^1.1.2"
24658+
2461624659
react-resizable@^3.0.4:
2461724660
version "3.0.4"
2461824661
resolved "https://registry.yarnpkg.com/react-resizable/-/react-resizable-3.0.4.tgz#aa20108eff28c52c6fddaa49abfbef8abf5e581b"

0 commit comments

Comments
 (0)