Skip to content

Commit 820acd9

Browse files
authored
fix(windows): declare support for 0.79 (#2487)
1 parent fae2614 commit 820acd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"react": "18.1 - 19.1",
104104
"react-native": "0.70 - 0.79 || >=0.80.0-0 <0.80.0",
105105
"react-native-macos": "^0.0.0-0 || 0.71 - 0.78",
106-
"react-native-windows": "^0.0.0-0 || 0.70 - 0.78"
106+
"react-native-windows": "^0.0.0-0 || 0.70 - 0.79"
107107
},
108108
"peerDependenciesMeta": {
109109
"@callstack/react-native-visionos": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12155,7 +12155,7 @@ __metadata:
1215512155
react: 18.1 - 19.1
1215612156
react-native: 0.70 - 0.79 || >=0.80.0-0 <0.80.0
1215712157
react-native-macos: ^0.0.0-0 || 0.71 - 0.78
12158-
react-native-windows: ^0.0.0-0 || 0.70 - 0.78
12158+
react-native-windows: ^0.0.0-0 || 0.70 - 0.79
1215912159
peerDependenciesMeta:
1216012160
"@callstack/react-native-visionos":
1216112161
optional: true

0 commit comments

Comments
 (0)