Skip to content

Commit

Permalink
fix(react): adjust react deps
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Apr 30, 2023
1 parent 8f333c1 commit a406aff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@types/enzyme": "^3.10.10",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.170",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.6",
Expand Down Expand Up @@ -72,6 +72,7 @@
},
"resolutions": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/eslint": "7.29.0",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
9 changes: 5 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a406aff

Please sign in to comment.