Skip to content

Commit

Permalink
chore: bump peer deps so they are not restricted to 0.74.x only (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjar7 authored Nov 13, 2024
1 parent 719034c commit 30889a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"peerDependencies": {
"react": ">= 18.2.0",
"react-native": "^0.74.1"
"react-native": ">= 0.74.1"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 30889a8

Please sign in to comment.