Skip to content

Commit 0e11e6a

Browse files
cipolleschifacebook-github-bot
authored andcommitted
Sync React 19.1 into React Native OSS (#50865)
Summary: X-link: facebook/metro#1492 Pull Request resolved: #50865 This change updates React in React Native OSS from 19 to 19.1 bypass-github-export-checks ## Changelog: [General][Changed] - Bump React to 19.1 ## Internal: jest_e2e[run_all_tests] Reviewed By: cortinico Differential Revision: D73502629 fbshipit-source-id: 362897e8b491d1474f433ee7ad3306baf95d2e6c
1 parent e4bf88a commit 0e11e6a

17 files changed

+26597
-26031
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
"nullthrows": "^1.1.1",
102102
"prettier": "2.8.8",
103103
"prettier-plugin-hermes-parser": "0.28.1",
104-
"react": "19.0.0",
105-
"react-test-renderer": "19.0.0",
104+
"react": "19.1.0",
105+
"react-test-renderer": "19.1.0",
106106
"rimraf": "^3.0.2",
107107
"shelljs": "^0.8.5",
108108
"signedsource": "^1.0.0",
@@ -112,6 +112,6 @@
112112
"ws": "^6.2.3"
113113
},
114114
"resolutions": {
115-
"react-is": "19.0.0"
115+
"react-is": "19.1.0"
116116
}
117117
}

packages/helloworld/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "jest"
1313
},
1414
"dependencies": {
15-
"react": "19.0.0",
15+
"react": "19.1.0",
1616
"react-native": "1000.0.0"
1717
},
1818
"devDependencies": {
@@ -28,7 +28,7 @@
2828
"eslint": "^8.19.0",
2929
"jest": "^29.7.0",
3030
"listr2": "^8.2.1",
31-
"react-test-renderer": "19.0.0",
31+
"react-test-renderer": "19.1.0",
3232
"rxjs": "^7.8.1"
3333
},
3434
"engines": {

0 commit comments

Comments
 (0)