Skip to content

Commit

Permalink
fix(package.json): updated peer-dependecies react react-native
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahQureshi1080 committed Oct 9, 2022
1 parent 7b1e0f5 commit de2737b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"yup": "^0.32.11"
},
"peerDependencies": {
"react": "18.1.0",
"react-native": "0.70.1"
"react": ">=16.13.1",
"react-native": ">=0.63.0"
},
"devDependencies": {
"@types/react": "^18.0.21",
Expand Down

0 comments on commit de2737b

Please sign in to comment.