Skip to content

Commit f2ee348

Browse files
authored
fix(macos): declare support for react-native-macos 0.66 (#712)
1 parent 480e117 commit f2ee348

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"windows": "react-native run-windows --sln windows/Example.sln"
1717
},
1818
"peerDependencies": {
19-
"react": "~16.8.6 || ~16.9.0 || ~16.11.0 || ~16.13.1 || ~17.0.1",
20-
"react-native": "^0.0.0-0 || ^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || 1000.0.0",
21-
"react-native-macos": "^0.60.0 || ^0.61.0 || ^0.62.0 || ^0.63.0 || ^0.64.0",
22-
"react-native-windows": "^0.62.0 || ^0.63.0 || ^0.64.0"
19+
"react": "~16.8.6 || ~16.9.0 || ~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2",
20+
"react-native": "^0.0.0-0 || 0.60 - 0.67 || 1000.0.0",
21+
"react-native-macos": "^0.0.0-0 || 0.60 - 0.66",
22+
"react-native-windows": "^0.0.0-0 || 0.62 - 0.67"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "^7.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"mustache": "^4.0.0",
7979
"react": "~16.8.6 || ~16.9.0 || ~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2",
8080
"react-native": "^0.0.0-0 || 0.60 - 0.67 || 1000.0.0",
81-
"react-native-macos": "^0.0.0-0 || 0.60 - 0.64",
81+
"react-native-macos": "^0.0.0-0 || 0.60 - 0.66",
8282
"react-native-windows": "^0.0.0-0 || 0.62 - 0.67"
8383
},
8484
"peerDependenciesMeta": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5216,10 +5216,10 @@ __metadata:
52165216
react-native-test-app: "workspace:."
52175217
react-native-windows: ^0.64.25
52185218
peerDependencies:
5219-
react: ~16.8.6 || ~16.9.0 || ~16.11.0 || ~16.13.1 || ~17.0.1
5220-
react-native: ^0.0.0-0 || ^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || 1000.0.0
5221-
react-native-macos: ^0.60.0 || ^0.61.0 || ^0.62.0 || ^0.63.0 || ^0.64.0
5222-
react-native-windows: ^0.62.0 || ^0.63.0 || ^0.64.0
5219+
react: ~16.8.6 || ~16.9.0 || ~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2
5220+
react-native: ^0.0.0-0 || 0.60 - 0.67 || 1000.0.0
5221+
react-native-macos: ^0.0.0-0 || 0.60 - 0.66
5222+
react-native-windows: ^0.0.0-0 || 0.62 - 0.67
52235223
languageName: unknown
52245224
linkType: soft
52255225

@@ -10484,7 +10484,7 @@ __metadata:
1048410484
mustache: ^4.0.0
1048510485
react: ~16.8.6 || ~16.9.0 || ~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2
1048610486
react-native: ^0.0.0-0 || 0.60 - 0.67 || 1000.0.0
10487-
react-native-macos: ^0.0.0-0 || 0.60 - 0.64
10487+
react-native-macos: ^0.0.0-0 || 0.60 - 0.66
1048810488
react-native-windows: ^0.0.0-0 || 0.62 - 0.67
1048910489
peerDependenciesMeta:
1049010490
"@react-native-community/cli":

0 commit comments

Comments
 (0)