Skip to content

Commit aedd66c

Browse files
authored
[RN] Bump React to 19.1.1 (#161)
1 parent 8cc558a commit aedd66c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

template/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"react": "19.1.0",
13+
"react": "19.1.1",
1414
"react-native": "1000.0.0",
1515
"@react-native/new-app-screen": "0.82.0-main",
1616
"react-native-safe-area-context": "^5.5.2"
@@ -27,12 +27,12 @@
2727
"@react-native/metro-config": "0.82.0-main",
2828
"@react-native/typescript-config": "0.82.0-main",
2929
"@types/jest": "^29.5.13",
30-
"@types/react": "^19.1.0",
31-
"@types/react-test-renderer": "^19.1.0",
30+
"@types/react": "^19.1.1",
31+
"@types/react-test-renderer": "^19.1.1",
3232
"eslint": "^8.19.0",
3333
"jest": "^29.6.3",
3434
"prettier": "2.8.8",
35-
"react-test-renderer": "19.1.0",
35+
"react-test-renderer": "19.1.1",
3636
"typescript": "^5.8.3"
3737
},
3838
"engines": {

0 commit comments

Comments
 (0)