Skip to content

Commit

Permalink
fix: support for react-native 0.66 (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Sep 24, 2021
1 parent be0d87d commit 78c9d51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
"@react-native-community/cli-platform-ios": ">=4.10.0",
"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.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || ^0.65.0 || 1000.0.0",
"react-native": "^0.0.0-0 || ^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || ^0.65.0 || ^0.66.0 || 1000.0.0",
"react-native-macos": "^0.60.0 || ^0.61.0 || ^0.62.0 || ^0.63.0",
"react-native-windows": "^0.62.0 || ^0.63.0 || ^0.64.0 || ^0.65.0"
"react-native-windows": "^0.62.0 || ^0.63.0 || ^0.64.0 || ^0.65.0 || ^0.66.0"
},
"peerDependenciesMeta": {
"mustache": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/set-react-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const profiles = {
react: "17.0.2",
"react-native": "^0.66.0-0",
"react-native-macos": undefined,
"react-native-windows": undefined,
"react-native-windows": "^0.66.0-0",
},
"canary-macos": {
react: "16.13.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10463,9 +10463,9 @@ fsevents@^2.3.2:
"@react-native-community/cli-platform-ios": ">=4.10.0"
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.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || ^0.65.0 || 1000.0.0
react-native: ^0.0.0-0 || ^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || ^0.65.0 || ^0.66.0 || 1000.0.0
react-native-macos: ^0.60.0 || ^0.61.0 || ^0.62.0 || ^0.63.0
react-native-windows: ^0.62.0 || ^0.63.0 || ^0.64.0 || ^0.65.0
react-native-windows: ^0.62.0 || ^0.63.0 || ^0.64.0 || ^0.65.0 || ^0.66.0
peerDependenciesMeta:
mustache:
optional: true
Expand Down

0 comments on commit 78c9d51

Please sign in to comment.