Skip to content

Commit c153638

Browse files
authored
[0.76] Integrate RN 0.76.0-rc.4 (#13950)
* integrate 0.76.0-rc.4 * Change files
1 parent 34a31dc commit c153638

File tree

23 files changed

+128
-114
lines changed

23 files changed

+128
-114
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "integrate 0.76.0-rc.4",
4+
"packageName": "@office-iss/react-native-win32",
5+
"email": "email not defined",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "integrate 0.76.0-rc.4",
4+
"packageName": "react-native-windows",
5+
"email": "email not defined",
6+
"dependentChangeType": "patch"
7+
}

packages/@office-iss/react-native-win32-tester/overrides.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"excludePatterns": [
66
"src/js/examples-win32/**"
77
],
8-
"baseVersion": "0.76.0-rc.3",
8+
"baseVersion": "0.76.0-rc.4",
99
"overrides": [
1010
{
1111
"type": "patch",

packages/@office-iss/react-native-win32-tester/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"validate-overrides": "react-native-platform-override validate"
1212
},
1313
"dependencies": {
14-
"@react-native/tester": "0.76.0-rc.3",
14+
"@react-native/tester": "0.76.0-rc.4",
1515
"@typescript-eslint/eslint-plugin": "^5.30.5",
1616
"@typescript-eslint/parser": "^5.57.1",
1717
"flow-enums-runtime": "^0.0.5"
1818
},
1919
"peerDependencies": {
2020
"@office-iss/react-native-win32": "0.76.0-preview.1",
2121
"react": "18.0.0",
22-
"react-native": "0.76.0-rc.3"
22+
"react-native": "0.76.0-rc.4"
2323
},
2424
"devDependencies": {
2525
"@office-iss/react-native-win32": "0.76.0-preview.1",
@@ -30,7 +30,7 @@
3030
"@types/node": "^18.0.0",
3131
"eslint": "^8.19.0",
3232
"just-scripts": "^1.3.3",
33-
"react-native": "0.76.0-rc.3",
33+
"react-native": "0.76.0-rc.4",
3434
"react-native-platform-override": "^1.9.46",
3535
"typescript": "5.0.4"
3636
},

packages/@office-iss/react-native-win32/overrides.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"**/__snapshots__/**",
88
"src-win/rntypes/**"
99
],
10-
"baseVersion": "0.76.0-rc.3",
10+
"baseVersion": "0.76.0-rc.4",
1111
"overrides": [
1212
{
1313
"type": "derived",

packages/@office-iss/react-native-win32/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"@react-native-community/cli-platform-android": "15.0.0-alpha.2",
3131
"@react-native-community/cli-platform-ios": "15.0.0-alpha.2",
3232
"@react-native/assets": "1.0.0",
33-
"@react-native/assets-registry": "0.76.0-rc.3",
34-
"@react-native/codegen": "0.76.0-rc.3",
35-
"@react-native/community-cli-plugin": "0.76.0-rc.3",
36-
"@react-native/gradle-plugin": "0.76.0-rc.3",
37-
"@react-native/js-polyfills": "0.76.0-rc.3",
38-
"@react-native/normalize-colors": "0.76.0-rc.3",
39-
"@react-native/virtualized-lists": "0.76.0-rc.3",
33+
"@react-native/assets-registry": "0.76.0-rc.4",
34+
"@react-native/codegen": "0.76.0-rc.4",
35+
"@react-native/community-cli-plugin": "0.76.0-rc.4",
36+
"@react-native/gradle-plugin": "0.76.0-rc.4",
37+
"@react-native/js-polyfills": "0.76.0-rc.4",
38+
"@react-native/normalize-colors": "0.76.0-rc.4",
39+
"@react-native/virtualized-lists": "0.76.0-rc.4",
4040
"abort-controller": "^3.0.0",
4141
"anser": "^1.4.9",
4242
"ansi-regex": "^5.0.0",
@@ -90,14 +90,14 @@
9090
"just-scripts": "^1.3.3",
9191
"prettier": "2.8.8",
9292
"react": "18.3.1",
93-
"react-native": "0.76.0-rc.3",
93+
"react-native": "0.76.0-rc.4",
9494
"react-native-platform-override": "^1.9.46",
9595
"typescript": "5.0.4"
9696
},
9797
"peerDependencies": {
9898
"@types/react": "^18.2.6",
9999
"react": "^18.2.0",
100-
"react-native": "0.76.0-rc.3"
100+
"react-native": "0.76.0-rc.4"
101101
},
102102
"beachball": {
103103
"defaultNpmTag": "preview",

packages/@react-native-windows/automation-channel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"just-scripts": "^1.3.2",
3232
"prettier": "2.8.8",
3333
"react": "18.3.1",
34-
"react-native": "0.76.0-rc.3",
34+
"react-native": "0.76.0-rc.4",
3535
"react-native-windows": "0.76.0-preview.1",
3636
"typescript": "5.0.4"
3737
},

packages/@react-native-windows/tester/overrides.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"excludePatterns": [
66
"src/js/examples-win/**"
77
],
8-
"baseVersion": "0.76.0-rc.3",
8+
"baseVersion": "0.76.0-rc.4",
99
"overrides": [
1010
{
1111
"type": "derived",

packages/@react-native-windows/tester/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
"peerDependencies": {
2020
"@react-native-picker/picker": "2.4.10",
2121
"react": "18.0.0",
22-
"react-native": "0.76.0-rc.3",
22+
"react-native": "0.76.0-rc.4",
2323
"react-native-windows": "0.76.0-preview.1",
2424
"react-native-xaml": "^0.0.78"
2525
},
2626
"devDependencies": {
27-
"@react-native/tester": "0.76.0-rc.3",
27+
"@react-native/tester": "0.76.0-rc.4",
2828
"@rnw-scripts/babel-react-native-config": "0.0.0",
2929
"@rnw-scripts/eslint-config": "1.2.27",
3030
"@rnw-scripts/just-task": "2.3.44",
3131
"@rnw-scripts/ts-config": "2.0.5",
3232
"@types/node": "^18.0.0",
3333
"eslint": "^8.19.0",
3434
"just-scripts": "^1.3.3",
35-
"react-native": "0.76.0-rc.3",
35+
"react-native": "0.76.0-rc.4",
3636
"react-native-platform-override": "^1.9.46",
3737
"react-native-windows": "0.76.0-preview.1",
3838
"typescript": "5.0.4"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"baseVersion": "0.76.0-rc.3",
2+
"baseVersion": "0.76.0-rc.4",
33
"overrides": [
44
{
55
"type": "patch",
66
"file": "package.json",
77
"baseFile": "package.json",
8-
"baseHash": "aab751bd04eafdc0e393cc920cdc127bd57a326f"
8+
"baseHash": "32ffb877b4a517fe908344324c00682df8b7cf26"
99
}
1010
]
1111
}

0 commit comments

Comments
 (0)