Skip to content

Commit

Permalink
refactor: Uppdated EDS version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mheggelund committed Dec 1, 2023
1 parent a856938 commit 843379e
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@azure/msal-browser": "^2.32.2",
"@azure/msal-react": "^1.5.2",
"@equinor/eds-core-react": "^0.32.0",
"@equinor/eds-core-react": "^0.34.0",
"@equinor/eds-data-grid-react": "^0.1.0-beta.2",
"@equinor/eds-icons": "^0.19.1",
"@equinor/eds-tokens": "^0.9.0",
Expand Down
62 changes: 61 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,13 @@
dependencies:
regenerator-runtime "^0.14.0"

"@babel/runtime@^7.23.2":
version "7.23.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.5.tgz#11edb98f8aeec529b82b211028177679144242db"
integrity sha512-NdUTHcPe4C99WxPub+K9l9tK5/lV4UXIoaHSYgzco9BCyjKAAwzdBI+wWtYqHt7LJdbo74ZjRPJgzVweq1sz0w==
dependencies:
regenerator-runtime "^0.14.0"

"@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.3.3":
version "7.22.15"
resolved "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz"
Expand Down Expand Up @@ -1312,7 +1319,7 @@
resolved "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz"
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==

"@equinor/eds-core-react@^0.32.0", "@equinor/eds-core-react@^0.32.2":
"@equinor/eds-core-react@^0.32.2":
version "0.32.4"
resolved "https://registry.npmjs.org/@equinor/eds-core-react/-/eds-core-react-0.32.4.tgz"
integrity sha512-UTUE8TImQkVxl3srR0dOkPHTkLtmqsp+lcZz509sl3WRaGFlBseBiPgWrCTdgfT4EtAKRimmXhqsrAHllhGgJA==
Expand All @@ -1325,6 +1332,19 @@
"@tanstack/react-virtual" "3.0.0-beta.54"
downshift "^8.1.0"

"@equinor/eds-core-react@^0.34.0":
version "0.34.0"
resolved "https://registry.yarnpkg.com/@equinor/eds-core-react/-/eds-core-react-0.34.0.tgz#ca965022851bf6d7565bb210d063a5368774b692"
integrity sha512-hkAuNhXk0/PylpEEtRobt3qeZyK7Hhu27pxMV6Y+StKi7ckuH7LJEisRAXxbUchFiv2tzNV7zxhdoPd5GjRp4w==
dependencies:
"@babel/runtime" "^7.23.2"
"@equinor/eds-icons" "^0.19.3"
"@equinor/eds-tokens" "0.9.2"
"@equinor/eds-utils" "0.8.3"
"@floating-ui/react" "^0.26.2"
"@tanstack/react-virtual" "3.0.0-beta.54"
downshift "^8.2.3"

"@equinor/eds-data-grid-react@^0.1.0-beta.2":
version "0.1.0-beta.2"
resolved "https://registry.npmjs.org/@equinor/eds-data-grid-react/-/eds-data-grid-react-0.1.0-beta.2.tgz"
Expand Down Expand Up @@ -1356,6 +1376,14 @@
"@equinor/eds-tokens" "0.9.2"
babel-jest "^29.5.0"

"@equinor/[email protected]":
version "0.8.3"
resolved "https://registry.yarnpkg.com/@equinor/eds-utils/-/eds-utils-0.8.3.tgz#c13db2f6a738a6d21206acd8ddb06a77c0cbf841"
integrity sha512-+Xm+BsXMUqlxZpPeGAJExhf27WqcQDHmKY9e4s6hfFP8D2vj5VcS0cglY86cmH4N3bDb4LmHL8V2FSX9xHr9+g==
dependencies:
"@babel/runtime" "^7.23.2"
"@equinor/eds-tokens" "0.9.2"

"@eslint-community/eslint-utils@^4.2.0":
version "4.4.0"
resolved "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz"
Expand Down Expand Up @@ -1410,6 +1438,13 @@
dependencies:
"@floating-ui/dom" "^1.5.1"

"@floating-ui/react-dom@^2.0.3":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@floating-ui/react-dom/-/react-dom-2.0.4.tgz#b076fafbdfeb881e1d86ae748b7ff95150e9f3ec"
integrity sha512-CF8k2rgKeh/49UrnIBs4BdxPUV6vize/Db1d/YbCLyp9GiVZ0BEwf5AiDSxJRCr6yOkGqTFHtmrULxkEfYZ7dQ==
dependencies:
"@floating-ui/dom" "^1.5.1"

"@floating-ui/react@^0.25.1":
version "0.25.4"
resolved "https://registry.npmjs.org/@floating-ui/react/-/react-0.25.4.tgz"
Expand All @@ -1419,11 +1454,25 @@
"@floating-ui/utils" "^0.1.1"
tabbable "^6.0.1"

"@floating-ui/react@^0.26.2":
version "0.26.3"
resolved "https://registry.yarnpkg.com/@floating-ui/react/-/react-0.26.3.tgz#1ec435f35e37d5e34577ee89c7abb1eedb3a0c5d"
integrity sha512-iKH8WRR0L/nLiM6qavFZxkyegIZRMxGnM9aKEc71M4wRlUNkgTamjPsOQXy11oZbDOH37MiTbk/nAPn9M2+shA==
dependencies:
"@floating-ui/react-dom" "^2.0.3"
"@floating-ui/utils" "^0.1.5"
tabbable "^6.0.1"

"@floating-ui/utils@^0.1.1", "@floating-ui/utils@^0.1.3":
version "0.1.4"
resolved "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.4.tgz"
integrity sha512-qprfWkn82Iw821mcKofJ5Pk9wgioHicxcQMxx+5zt5GSKoqdWvgG5AxVmpmUUjzTLPVSH5auBrhI93Deayn/DA==

"@floating-ui/utils@^0.1.5":
version "0.1.6"
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.1.6.tgz#22958c042e10b67463997bd6ea7115fe28cbcaf9"
integrity sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==

"@hookform/resolvers@^3.3.2":
version "3.3.2"
resolved "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.3.2.tgz"
Expand Down Expand Up @@ -4329,6 +4378,17 @@ downshift@^8.1.0:
react-is "^18.2.0"
tslib "^2.6.2"

downshift@^8.2.3:
version "8.2.3"
resolved "https://registry.yarnpkg.com/downshift/-/downshift-8.2.3.tgz#27106a5d9f408a6f6f9350ca465801d07e52db87"
integrity sha512-1HkvqaMTZpk24aqnXaRDnT+N5JCbpFpW+dCogB11+x+FCtfkFX0MbAO4vr/JdXi1VYQF174KjNUveBXqaXTPtg==
dependencies:
"@babel/runtime" "^7.22.15"
compute-scroll-into-view "^3.0.3"
prop-types "^15.8.1"
react-is "^18.2.0"
tslib "^2.6.2"

duplexer@^0.1.2:
version "0.1.2"
resolved "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz"
Expand Down

0 comments on commit 843379e

Please sign in to comment.