mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
0dd8224a71
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44990 Upgrades React Native and Relay to depend on React 19, which is currently published as release candidates. This is in preparation for React Native 0.75. This will depend on updating open source renderers after [facebook/react#29903](https://github.com/facebook/react/pull/29903) is merged. Changelog: [General][Changed] - Upgrade to React 19 Reviewed By: robhogan Differential Revision: D58625271 fbshipit-source-id: f9ad95b18716a9ce02f7cfbcc7248bdfb244c010
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "helloworld",
|
|
"version": "0.75.0-main",
|
|
"private": true,
|
|
"scripts": {
|
|
"bootstrap": "node ./cli.js bootstrap",
|
|
"build": "node ./cli.js build",
|
|
"bundle": "node ./cli.js bundle ",
|
|
"install-and-run": "node ./cli.js install-and-run",
|
|
"launch": "node ./scripts/metro.js",
|
|
"lint": "eslint .",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"react": "19.0.0-rc-fb9a90fa48-20240614",
|
|
"react-native": "1000.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/preset-env": "^7.20.0",
|
|
"@babel/runtime": "^7.20.0",
|
|
"@react-native/babel-preset": "0.75.0-main",
|
|
"@react-native/core-cli-utils": "0.75.0-main",
|
|
"@react-native/eslint-config": "0.75.0-main",
|
|
"@react-native/metro-config": "0.75.0-main",
|
|
"babel-jest": "^29.6.3",
|
|
"chalk": "^4.1.2",
|
|
"commander": "^12.0.0",
|
|
"eslint": "^8.19.0",
|
|
"jest": "^29.6.3",
|
|
"listr2": "^8.2.1",
|
|
"react-test-renderer": "19.0.0-rc-fb9a90fa48-20240614",
|
|
"rxjs": "^7.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|