Skip to content

Commit

Permalink
fix(windows): support for react-native-windows 0.65 (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Aug 31, 2021
1 parent 203f872 commit 36eaf41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"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-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"
"react-native-windows": "^0.62.0 || ^0.63.0 || ^0.64.0 || ^0.65.0"
},
"peerDependenciesMeta": {
"mustache": {
Expand Down
4 changes: 2 additions & 2 deletions scripts/set-react-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ const profiles = {
0.65: {
"hermes-engine": "~0.8.1",
react: "17.0.2",
"react-native": "^0.65.0-0",
"react-native": "^0.65.0",
"react-native-codegen": "0.0.7",
"react-native-macos": undefined,
"react-native-windows": undefined,
"react-native-windows": "^0.65.0",
},
0.66: {
"hermes-engine": "~0.8.1",
Expand Down

0 comments on commit 36eaf41

Please sign in to comment.