Skip to content

Commit

Permalink
Revert React 19RC to 18.3.1 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi authored Nov 9, 2024
1 parent bf453df commit ba029fb
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": "19.0.0-rc-fb9a90fa48-20240614",
"react": "18.3.1",
"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": "19.0.0-rc-fb9a90fa48-20240614",
"react-test-renderer": "18.3.1",
"typescript": "5.0.4"
},
"engines": {
Expand Down

0 comments on commit ba029fb

Please sign in to comment.