Skip to content

Commit 99bc703

Browse files
authored
fix(windows): declare support for 0.83 (#2795)
1 parent 5e82739 commit 99bc703

5 files changed

Lines changed: 319 additions & 316 deletions

File tree

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
{
6464
"groupName": "react-native-windows",
6565
"matchPackageNames": ["@react-native-windows/**", "react-native-windows"],
66-
"allowedVersions": "^0.82.0"
66+
"allowedVersions": "^0.83.0"
6767
}
6868
],
6969
"postUpdateOptions": ["yarnDedupeHighest"],

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@
8989
"react-native-windows/@react-native-community/cli": "^20.0.0",
9090
"react-native-windows/@react-native-community/cli-platform-android": "^20.0.0",
9191
"react-native-windows/@react-native-community/cli-platform-ios": "^20.0.0",
92+
"react-native-windows/@react-native/assets-registry": "^0.83.0",
93+
"react-native-windows/@react-native/codegen": "^0.83.0",
94+
"react-native-windows/@react-native/community-cli-plugin": "^0.83.0",
95+
"react-native-windows/@react-native/debugger-frontend": "^0.83.0",
96+
"react-native-windows/@react-native/debugger-shell": "^0.83.0",
97+
"react-native-windows/@react-native/dev-middleware": "^0.83.0",
98+
"react-native-windows/@react-native/gradle-plugin": "^0.83.0",
99+
"react-native-windows/@react-native/js-polyfills": "^0.83.0",
100+
"react-native-windows/@react-native/normalize-colors": "^0.83.0",
101+
"react-native-windows/@react-native/virtualized-lists": "^0.83.0",
92102
"safe-buffer": "~5.2.1",
93103
"simple-plist/bplist-creator": "~0.1.0",
94104
"simple-plist/bplist-parser": "~0.3.1",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"react": "18.2 - 19.2",
125125
"react-native": "0.76 - 0.85 || >=0.85.0-0 <0.86.0",
126126
"react-native-macos": "^0.0.0-0 || 0.76 - 0.81",
127-
"react-native-windows": "^0.0.0-0 || 0.76 - 0.82"
127+
"react-native-windows": "^0.0.0-0 || 0.76 - 0.83"
128128
},
129129
"peerDependenciesMeta": {
130130
"@callstack/react-native-visionos": {

packages/example-windows/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
},
1717
"dependencies": {
1818
"@react-native-webapis/web-storage": "catalog:",
19-
"react": "19.1.1",
20-
"react-native": "^0.82.0",
19+
"react": "19.2.0",
20+
"react-native": "^0.83.0",
2121
"react-native-safe-area-context": "^5.6.0",
22-
"react-native-windows": "^0.82.0"
22+
"react-native-windows": "^0.83.0"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "catalog:",
2626
"@babel/preset-env": "catalog:",
2727
"@react-native-community/cli": "^20.0.0",
2828
"@react-native-community/cli-platform-android": "^20.0.0",
2929
"@react-native-community/cli-platform-ios": "^20.0.0",
30-
"@react-native/babel-preset": "^0.82.0",
31-
"@react-native/metro-config": "^0.82.0",
30+
"@react-native/babel-preset": "^0.83.0",
31+
"@react-native/metro-config": "^0.83.0",
3232
"@rnx-kit/cli": "catalog:",
3333
"@rnx-kit/metro-config": "catalog:",
3434
"@rnx-kit/polyfills": "catalog:",
@@ -67,7 +67,7 @@
6767
],
6868
"alignDeps": {
6969
"requirements": [
70-
"react-native@0.82"
70+
"react-native@0.83"
7171
],
7272
"capabilities": [
7373
"core-windows",

0 commit comments

Comments
 (0)