Skip to content

Commit

Permalink
fix(windows): declare support for react-native-windows 0.70 (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Aug 26, 2022
1 parent 1cd5d5d commit 0b81180
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react": "~16.11.0 || ~16.13.1 || ~17.0.1 || ~18.0.0 || ~18.1.0",
"react-native": "^0.0.0-0 || 0.62 - 0.70 || 1000.0.0",
"react-native-macos": "^0.0.0-0 || 0.62 - 0.64 || ^0.66 || ^0.68",
"react-native-windows": "^0.0.0-0 || 0.62 - 0.69"
"react-native-windows": "^0.0.0-0 || 0.62 - 0.70"
},
"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 @@ -82,7 +82,7 @@
"react": "~16.11.0 || ~16.13.1 || ~17.0.1 || ~18.0.0 || ~18.1.0",
"react-native": "^0.0.0-0 || 0.62 - 0.70 || 1000.0.0",
"react-native-macos": "^0.0.0-0 || 0.62 - 0.64 || ^0.66 || ^0.68",
"react-native-windows": "^0.0.0-0 || 0.62 - 0.69"
"react-native-windows": "^0.0.0-0 || 0.62 - 0.70"
},
"peerDependenciesMeta": {
"@react-native-community/cli": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5581,7 +5581,7 @@ __metadata:
react: ~16.11.0 || ~16.13.1 || ~17.0.1 || ~18.0.0 || ~18.1.0
react-native: ^0.0.0-0 || 0.62 - 0.70 || 1000.0.0
react-native-macos: ^0.0.0-0 || 0.62 - 0.64 || ^0.66 || ^0.68
react-native-windows: ^0.0.0-0 || 0.62 - 0.69
react-native-windows: ^0.0.0-0 || 0.62 - 0.70
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -10819,7 +10819,7 @@ fsevents@^2.3.2:
react: ~16.11.0 || ~16.13.1 || ~17.0.1 || ~18.0.0 || ~18.1.0
react-native: ^0.0.0-0 || 0.62 - 0.70 || 1000.0.0
react-native-macos: ^0.0.0-0 || 0.62 - 0.64 || ^0.66 || ^0.68
react-native-windows: ^0.0.0-0 || 0.62 - 0.69
react-native-windows: ^0.0.0-0 || 0.62 - 0.70
peerDependenciesMeta:
"@react-native-community/cli":
optional: true
Expand Down

0 comments on commit 0b81180

Please sign in to comment.