Skip to content

Commit

Permalink
Update package.json to React 19.0.0 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi authored Dec 16, 2024
1 parent 796a664 commit b0e6465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"react": "18.3.1",
"react": "19.0.0",
"react-native": "1000.0.0"
},
"devDependencies": {
Expand All @@ -30,7 +30,7 @@
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.3.1",
"react-test-renderer": "19.0.0",
"typescript": "5.0.4"
},
"engines": {
Expand Down

0 comments on commit b0e6465

Please sign in to comment.