Skip to content

Commit 02c1674

Browse files
committed
fix(windows): declare support for 0.82
1 parent 75425e4 commit 02c1674

4 files changed

Lines changed: 254 additions & 87 deletions

File tree

packages/app/example/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"react": "19.1.4",
2424
"react-native": "^0.81.6",
2525
"react-native-macos": "^0.81.0",
26-
"react-native-safe-area-context": "^5.6.0",
27-
"react-native-windows": "^0.81.0"
26+
"react-native-safe-area-context": "^5.6.0"
2827
},
2928
"devDependencies": {
3029
"@babel/core": "^7.25.2",

packages/app/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
"react": "19.1.4",
120120
"react-native": "^0.81.6",
121121
"react-native-macos": "^0.81.0",
122-
"react-native-windows": "^0.81.0",
123122
"suggestion-bot": "^4.0.0"
124123
},
125124
"peerDependencies": {
@@ -128,7 +127,7 @@
128127
"react": "18.2 - 19.2",
129128
"react-native": "0.76 - 0.85 || >=0.85.0-0 <0.86.0",
130129
"react-native-macos": "^0.0.0-0 || 0.76 - 0.81",
131-
"react-native-windows": "^0.0.0-0 || 0.76 - 0.81"
130+
"react-native-windows": "^0.0.0-0 || 0.76 - 0.82"
132131
},
133132
"peerDependenciesMeta": {
134133
"@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": "^0.4.5",
19-
"react": "19.1.4",
20-
"react-native": "^0.81.6",
19+
"react": "19.1.1",
20+
"react-native": "^0.82.0",
2121
"react-native-safe-area-context": "^5.6.0",
22-
"react-native-windows": "^0.81.0"
22+
"react-native-windows": "^0.82.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.81.0",
31-
"@react-native/metro-config": "^0.81.0",
30+
"@react-native/babel-preset": "^0.82.0",
31+
"@react-native/metro-config": "^0.82.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.81"
70+
"react-native@0.82"
7171
],
7272
"capabilities": [
7373
"core-windows",

0 commit comments

Comments
 (0)