Skip to content

Commit

Permalink
Fix version range on peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Apr 11, 2024
1 parent 3ed537e commit b395603
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"react-native": "*",
"react-native-google-cast": "^4.6.2",
"react-native-svg": "^13.8.0",
"react-native-theoplayer": ">=2.7.0",
"theoplayer": ">=5.0.1"
"react-native-theoplayer": "^2.7.0 || ^3",
"theoplayer": "^5.0.1 || ^6"
},
"peerDependenciesMeta": {
"theoplayer": {
Expand Down

0 comments on commit b395603

Please sign in to comment.