Skip to content

Commit cfe656a

Browse files
authored
Update react and react-test-renderer versions to 19.2.3 (#195)
1 parent efcabc0 commit cfe656a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"react": "19.2.0",
13+
"react": "19.2.3",
1414
"react-native": "nightly",
1515
"@react-native/new-app-screen": "nightly",
1616
"react-native-safe-area-context": "^5.5.2"
@@ -32,7 +32,7 @@
3232
"eslint": "^8.19.0",
3333
"jest": "^29.6.3",
3434
"prettier": "2.8.8",
35-
"react-test-renderer": "19.2.0",
35+
"react-test-renderer": "19.2.3",
3636
"typescript": "^5.8.3"
3737
},
3838
"engines": {

0 commit comments

Comments
 (0)