Skip to content

Commit

Permalink
Update React to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 5f4d59c commit 9b98abb
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 @@ -36,17 +36,17 @@
"eslint": "^8.34.0",
"eslint-plugin-react": "^7.32.2",
"jest": "^27.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"ts-jest": "^27.1.5",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"peerDependencies": {
"react": "^16.4.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.4.0 || ^17.0.0 || ^18.0.0"
"react": "^16.4.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.4.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"babel": {
"presets": [
Expand Down

0 comments on commit 9b98abb

Please sign in to comment.