Skip to content

Commit

Permalink
fix: declare support for 0.77
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Dec 10, 2024
1 parent 543d1af commit b2fc2fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@
"uuid": "^10.0.0"
},
"peerDependencies": {
"@callstack/react-native-visionos": "0.73 - 0.76",
"@callstack/react-native-visionos": "0.73 - 0.77",
"@expo/config-plugins": ">=5.0",
"react": "18.1 - 19.0",
"react-native": "0.70 - 0.76 || >=0.77.0-0 <0.77.0",
"react-native": "0.70 - 0.77 || >=0.78.0-0 <0.78.0",
"react-native-macos": "^0.0.0-0 || 0.71 - 0.76",
"react-native-windows": "^0.0.0-0 || 0.70 - 0.76"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11989,10 +11989,10 @@ __metadata:
typescript: "npm:^5.0.0"
uuid: "npm:^10.0.0"
peerDependencies:
"@callstack/react-native-visionos": 0.73 - 0.76
"@callstack/react-native-visionos": 0.73 - 0.77
"@expo/config-plugins": ">=5.0"
react: 18.1 - 19.0
react-native: 0.70 - 0.76 || >=0.77.0-0 <0.77.0
react-native: 0.70 - 0.77 || >=0.78.0-0 <0.78.0
react-native-macos: ^0.0.0-0 || 0.71 - 0.76
react-native-windows: ^0.0.0-0 || 0.70 - 0.76
peerDependenciesMeta:
Expand Down

0 comments on commit b2fc2fe

Please sign in to comment.