Skip to content

Commit

Permalink
React Native sync for revisions de68d2f...372ec00 (facebook#48196)
Browse files Browse the repository at this point in the history
Summary:

X-link: facebook/metro#1400

# Please include the following changelog as your Diff Summary:
This sync includes the following changes:
- **[372ec00c03](facebook/react@372ec00c03 )**: Update ReactDebugInfo types to declare timing info separately ([facebook#31714](facebook/react#31714)) //<Sebastian Markbåge>//
- **[3d2ab01a55](facebook/react@3d2ab01a55 )**: [Flight] Extract special cases for Server Component return value position ([facebook#31713](facebook/react#31713)) //<Sebastian Markbåge>//
- **[1c9b138714](facebook/react@1c9b138714 )**: Don't serialize chunk ids for Hint and Console rows ([facebook#31671](facebook/react#31671)) //<Sebastian Markbåge>//


Changelog:
[General][Changed] - React Native sync for revisions de68d2f...372ec00


jest_e2e[run_all_tests]

Reviewed By: cortinico

Differential Revision: D67018480
  • Loading branch information
cipolleschi authored and facebook-github-bot committed Dec 10, 2024
1 parent 8ab5243 commit f4171f5
Show file tree
Hide file tree
Showing 19 changed files with 48,862 additions and 64,592 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ packages/react-native/sdks/
packages/react-native/ReactAndroid/hermes-engine/build/
packages/react-native/Libraries/Renderer/*
packages/react-native/Libraries/vendor/**/*
packages/react-native-fantom/**/*
node_modules/
packages/*/node_modules
packages/*/dist
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,13 @@
"nullthrows": "^1.1.1",
"prettier": "2.8.8",
"prettier-plugin-hermes-parser": "0.25.1",
"react": "18.3.1",
"react-test-renderer": "18.3.1",
"react": "19.0.0",
"react-test-renderer": "19.0.0",
"rimraf": "^3.0.2",
"shelljs": "^0.8.5",
"signedsource": "^1.0.0",
"supports-color": "^7.1.0",
"typescript": "5.0.4",
"ws": "^6.2.3"
},
"resolutions": {
"react-is": "18.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/helloworld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "jest"
},
"dependencies": {
"react": "18.3.1",
"react": "19.0.0",
"react-native": "1000.0.0"
},
"devDependencies": {
Expand All @@ -28,7 +28,7 @@
"eslint": "^8.19.0",
"jest": "^29.6.3",
"listr2": "^8.2.1",
"react-test-renderer": "18.3.1",
"react-test-renderer": "19.0.0",
"rxjs": "^7.8.1"
},
"engines": {
Expand Down
Loading

0 comments on commit f4171f5

Please sign in to comment.