Skip to content

Commit

Permalink
Integrate RN 0.72.6 (#12235)
Browse files Browse the repository at this point in the history
## Description

This PR updates RNW 0.72 to use RN 0.72.6.

### Type of Change
- Bug fix (non-breaking change which fixes an issue)

### Why
Keep up with latest RN.

### What
Upgrade react-native dependency to 0.72.6

## Screenshots
N/A

## Testing
N/A

## Changelog
Should this change be included in the release notes: no
  • Loading branch information
jonthysell committed Oct 16, 2023
1 parent 1f416c5 commit 9cf08d5
Show file tree
Hide file tree
Showing 19 changed files with 34 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Integrate RN 0.72.6",
"packageName": "@office-iss/react-native-win32",
"email": "jthysell@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Integrate RN 0.72.6",
"packageName": "react-native-windows",
"email": "jthysell@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"excludePatterns": [
"src/js/examples-win32/**"
],
"baseVersion": "0.72.5",
"baseVersion": "0.72.6",
"overrides": [
{
"type": "patch",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/node": "^16.0.0",
"eslint": "^8.19.0",
"just-scripts": "^1.3.3",
"react-native": "0.72.5",
"react-native": "0.72.6",
"react-native-platform-override": "^1.9.4",
"typescript": "^4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@office-iss/react-native-win32/overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"**/__snapshots__/**",
"src/rntypes/**"
],
"baseVersion": "0.72.5",
"baseVersion": "0.72.6",
"overrides": [
{
"type": "derived",
Expand Down
2 changes: 1 addition & 1 deletion packages/@office-iss/react-native-win32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"just-scripts": "^1.3.3",
"prettier": "^2.4.1",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native": "0.72.6",
"react-native-platform-override": "^1.9.4",
"typescript": "^4.9.5"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"just-scripts": "^1.3.2",
"prettier": "^2.4.1",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native": "0.72.6",
"react-native-windows": "0.72.13",
"typescript": "^4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-native-windows/tester/overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"excludePatterns": [
"src/js/examples-win/**"
],
"baseVersion": "0.72.5",
"baseVersion": "0.72.6",
"overrides": [
{
"type": "patch",
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-native-windows/tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/node": "^16.0.0",
"eslint": "^8.19.0",
"just-scripts": "^1.3.3",
"react-native": "0.72.5",
"react-native": "0.72.6",
"react-native-platform-override": "^1.9.4",
"react-native-windows": "0.72.13",
"typescript": "^4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-native/monorepo/overrides.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"baseVersion": "0.72.5",
"baseVersion": "0.72.6",
"overrides": [
{
"type": "patch",
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-native/tester/overrides.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"baseVersion": "0.72.5",
"baseVersion": "0.72.6",
"overrides": [
{
"type": "copy",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-app-fabric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native": "0.72.6",
"react-native-windows": "0.72.13"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native": "0.72.6",
"react-native-windows": "0.72.13",
"react-native-xaml": "^0.0.74"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@typescript-eslint/parser": "^5.21.0",
"chai": "^4.2.0",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native": "0.72.6",
"react-native-windows": "0.72.13"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native": "0.72.6",
"react-native-windows": "0.72.13"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sample-apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native": "0.72.6",
"react-native-windows": "0.72.13"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion vnext/overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"**/__snapshots__/**",
"src/rntypes/**"
],
"baseVersion": "0.72.5",
"baseVersion": "0.72.6",
"overrides": [
{
"type": "derived",
Expand Down
2 changes: 1 addition & 1 deletion vnext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"metro-config": "0.76.4",
"prettier": "^2.4.1",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native": "0.72.6",
"react-native-platform-override": "^1.9.4",
"react-refresh": "^0.4.0",
"typescript": "^4.9.5"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10418,10 +10418,10 @@ react-native-xaml@^0.0.74:
"@types/react-native" "*"
typescript "^4.4.3"

react-native@0.72.5:
version "0.72.5"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.72.5.tgz#2c343fa6f3ead362cf07376634a33a4078864357"
integrity sha512-oIewslu5DBwOmo7x5rdzZlZXCqDIna0R4dUwVpfmVteORYLr4yaZo5wQnMeR+H7x54GaMhmgeqp0ZpULtulJFg==
react-native@0.72.6:
version "0.72.6"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.72.6.tgz#9f8d090694907e2f83af22e115cc0e4a3d5fa626"
integrity sha512-RafPY2gM7mcrFySS8TL8x+TIO3q7oAlHpzEmC7Im6pmXni6n1AuufGaVh0Narbr1daxstw7yW7T9BKW5dpVc2A==
dependencies:
"@jest/create-cache-key-function" "^29.2.1"
"@react-native-community/cli" "11.3.7"
Expand Down

0 comments on commit 9cf08d5

Please sign in to comment.