Skip to content

Commit

Permalink
⬆️ upgraded core-react to react 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Sep 22, 2022
1 parent 05d03b1 commit 4ccd17a
Show file tree
Hide file tree
Showing 2 changed files with 697 additions and 725 deletions.
26 changes: 13 additions & 13 deletions packages/eds-core-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,25 +63,25 @@
"@storybook/react": "^6.5.12",
"@testing-library/dom": "^8.18.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "13.5.0",
"@types/jest": "^27.5.2",
"@testing-library/react": "13.4.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.4.3",
"@types/jest": "^29.0.3",
"@types/ramda": "^0.28.15",
"@types/react": "^17.0.50",
"@types/react-dom": "^17.0.17",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.26",
"@types/testing-library__jest-dom": "^5.14.5",
"babel-loader": "^8.2.5",
"babel-plugin-styled-components": "^2.0.7",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"jest-styled-components": "^7.1.1",
"js-file-download": "^0.4.12",
"postcss": "^8.4.16",
"ramda": "^0.28.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.36.0",
"rollup": "^2.79.0",
"rollup-plugin-delete": "^2.0.0",
Expand All @@ -97,9 +97,9 @@
},
"dependencies": {
"@babel/runtime": "^7.19.0",
"@equinor/eds-icons": "workspace:0.14.0",
"@equinor/eds-tokens": "workspace:0.7.1",
"@equinor/eds-utils": "workspace:0.3.0",
"@equinor/eds-icons": "workspace:*",
"@equinor/eds-tokens": "workspace:*",
"@equinor/eds-utils": "workspace:*",
"@floating-ui/react-dom-interactions": "^0.6.6",
"downshift": "^6.1.11",
"react-fast-compare": "3.2.0"
Expand Down
Loading

0 comments on commit 4ccd17a

Please sign in to comment.