Skip to content

Commit

Permalink
⬆️ upgraded utils to react 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Sep 22, 2022
1 parent 4ccd17a commit 940f0d5
Show file tree
Hide file tree
Showing 2 changed files with 1,569 additions and 1,593 deletions.
62 changes: 31 additions & 31 deletions packages/eds-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,52 +41,52 @@
"hooks"
],
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.10",
"@babel/plugin-transform-runtime": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.0",
"@types/ramda": "^0.27.66",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.16",
"@types/styled-components": "^5.1.25",
"@types/testing-library__jest-dom": "^5.14.3",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@testing-library/dom": "^8.18.1",
"@testing-library/jest-dom": "^5.16.5",
"@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": "^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.0.3",
"jest-environment-jsdom": "^28.0.2",
"jest-styled-components": "^7.0.8",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"jest-styled-components": "^7.1.1",
"js-file-download": "^0.4.12",
"ramda": "^0.27.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^18.1.0",
"rollup": "^2.72.0",
"ramda": "^0.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rollup": "^2.79.0",
"rollup-plugin-delete": "^2.0.0",
"styled-components": "5.3.5",
"tsc-watch": "^5.0.3",
"typescript": "^4.6.4",
"webpack": "^5.72.0"
"typescript": "^4.8.3",
"webpack": "^5.74.0"
},
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8",
"styled-components": ">=4.2"
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.19.0",
"@equinor/eds-tokens": "workspace:*",
"@popperjs/core": "2.11.5",
"@popperjs/core": "2.11.6",
"react-popper": "2.3.0"
},
"engines": {
Expand Down
Loading

0 comments on commit 940f0d5

Please sign in to comment.