Skip to content

Commit

Permalink
chore: bump peer deps so they are not restricted to 0.74.x only (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjar7 authored Nov 13, 2024
1 parent ca5aac3 commit 1ecf07b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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 @@ -50,7 +50,7 @@
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "^0.74.1"
"react-native": ">= 0.74.1"
},
"devDependencies": {
"@react-native-community/eslint-config": "^3.0.2",
Expand Down

0 comments on commit 1ecf07b

Please sign in to comment.