Skip to content

Commit

Permalink
fix(macos): declare support for 0.76 (#2304)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Nov 4, 2024
1 parent f84b3d3 commit 6c9e45b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"@expo/config-plugins": ">=5.0",
"react": "17.0.1 - 19.0",
"react-native": "0.66 - 0.76 || >=0.77.0-0 <0.77.0",
"react-native-macos": "^0.0.0-0 || 0.66 || 0.68 || 0.71 - 0.75",
"react-native-macos": "^0.0.0-0 || 0.66 || 0.68 || 0.71 - 0.76",
"react-native-windows": "^0.0.0-0 || 0.66 - 0.76"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12412,7 +12412,7 @@ __metadata:
"@expo/config-plugins": ">=5.0"
react: 17.0.1 - 19.0
react-native: 0.66 - 0.76 || >=0.77.0-0 <0.77.0
react-native-macos: ^0.0.0-0 || 0.66 || 0.68 || 0.71 - 0.75
react-native-macos: ^0.0.0-0 || 0.66 || 0.68 || 0.71 - 0.76
react-native-windows: ^0.0.0-0 || 0.66 - 0.76
peerDependenciesMeta:
"@callstack/react-native-visionos":
Expand Down

0 comments on commit 6c9e45b

Please sign in to comment.