Skip to content

Commit

Permalink
fix(macos): declare support for react-native-macos 0.66 (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Jan 26, 2022
1 parent 480e117 commit f2ee348
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"windows": "react-native run-windows --sln windows/Example.sln"
},
"peerDependencies": {
"react": "~16.8.6 || ~16.9.0 || ~16.11.0 || ~16.13.1 || ~17.0.1",
"react-native": "^0.0.0-0 || ^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || 1000.0.0",
"react-native-macos": "^0.60.0 || ^0.61.0 || ^0.62.0 || ^0.63.0 || ^0.64.0",
"react-native-windows": "^0.62.0 || ^0.63.0 || ^0.64.0"
"react": "~16.8.6 || ~16.9.0 || ~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2",
"react-native": "^0.0.0-0 || 0.60 - 0.67 || 1000.0.0",
"react-native-macos": "^0.0.0-0 || 0.60 - 0.66",
"react-native-windows": "^0.0.0-0 || 0.62 - 0.67"
},
"devDependencies": {
"@babel/core": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"mustache": "^4.0.0",
"react": "~16.8.6 || ~16.9.0 || ~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2",
"react-native": "^0.0.0-0 || 0.60 - 0.67 || 1000.0.0",
"react-native-macos": "^0.0.0-0 || 0.60 - 0.64",
"react-native-macos": "^0.0.0-0 || 0.60 - 0.66",
"react-native-windows": "^0.0.0-0 || 0.62 - 0.67"
},
"peerDependenciesMeta": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5216,10 +5216,10 @@ __metadata:
react-native-test-app: "workspace:."
react-native-windows: ^0.64.25
peerDependencies:
react: ~16.8.6 || ~16.9.0 || ~16.11.0 || ~16.13.1 || ~17.0.1
react-native: ^0.0.0-0 || ^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || 1000.0.0
react-native-macos: ^0.60.0 || ^0.61.0 || ^0.62.0 || ^0.63.0 || ^0.64.0
react-native-windows: ^0.62.0 || ^0.63.0 || ^0.64.0
react: ~16.8.6 || ~16.9.0 || ~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2
react-native: ^0.0.0-0 || 0.60 - 0.67 || 1000.0.0
react-native-macos: ^0.0.0-0 || 0.60 - 0.66
react-native-windows: ^0.0.0-0 || 0.62 - 0.67
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -10484,7 +10484,7 @@ __metadata:
mustache: ^4.0.0
react: ~16.8.6 || ~16.9.0 || ~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2
react-native: ^0.0.0-0 || 0.60 - 0.67 || 1000.0.0
react-native-macos: ^0.0.0-0 || 0.60 - 0.64
react-native-macos: ^0.0.0-0 || 0.60 - 0.66
react-native-windows: ^0.0.0-0 || 0.62 - 0.67
peerDependenciesMeta:
"@react-native-community/cli":
Expand Down

0 comments on commit f2ee348

Please sign in to comment.