mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ec5a98b1f5
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52887 Syncs Reac 19.1.1 into React Native. This commit should contains the fix for: - React owner stack in React Native - An issue with React holding shadow node for longer than it needed - An issue that made `startTransition` not working with React Native. ## Changelog: [General][Changed] - Bumped React to 19.1.1 bypass-github-export-checks Reviewed By: cortinico Differential Revision: D79096406 fbshipit-source-id: cbb2f846b1f08ba5ff482cfed5aaddc16df075cc
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "helloworld",
|
|
"version": "0.0.0",
|
|
"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.1.1",
|
|
"react-native": "1000.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/preset-env": "^7.25.3",
|
|
"@babel/runtime": "^7.25.0",
|
|
"@react-native/babel-preset": "0.82.0-main",
|
|
"@react-native/core-cli-utils": "0.82.0-main",
|
|
"@react-native/eslint-config": "0.82.0-main",
|
|
"@react-native/metro-config": "0.82.0-main",
|
|
"@react-native/typescript-config": "0.82.0-main",
|
|
"@types/jest": "^29.5.14",
|
|
"commander": "^12.0.0",
|
|
"eslint": "^8.19.0",
|
|
"jest": "^29.7.0",
|
|
"listr2": "^8.2.1",
|
|
"react-test-renderer": "19.1.1",
|
|
"rxjs": "^7.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 20.19.4"
|
|
}
|
|
}
|