Skip to content

Commit

Permalink
Update react monorepo to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent a29c8fa commit 74325b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@testing-library/jest-dom": "^5.16.1",
"@types/jest": "^28.0.0",
"@types/node": "^16.0.0",
"@types/react": "^17.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.17",
"@vitejs/plugin-react": "^1.1.1",
Expand All @@ -44,8 +44,8 @@
"immer": "^9.0.2",
"jest-environment-jsdom": "^28.1.0",
"postcss": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hotkeys-hook": "^3.3.1",
"react-router-dom": "^6.0.0",
"react-use": "^17.3.1",
Expand Down Expand Up @@ -77,6 +77,6 @@
"eslint-plugin-react-hooks": "4.6.0",
"jest": "28.1.3",
"prettier": "2.8.7",
"react-test-renderer": "17.0.2"
"react-test-renderer": "18.3.0"
}
}

0 comments on commit 74325b0

Please sign in to comment.