Skip to content

Commit

Permalink
fix: peer deps versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenvignesh5 committed Jun 4, 2024
1 parent 7399925 commit 8e964e1
Show file tree
Hide file tree
Showing 2 changed files with 772 additions and 1,373 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@
"type": "git",
"url": "git@github.com:naveenvignesh5/react-native-otp-textinput.git"
},
"dependencies": {
"react": "18.2.0"
},
"peerDependencies": {
"react-native": "0.74.1"
"react": "*",
"react-native": "*"
},
"author": "Naveen Vignesh.B <naveenvignesh5.nv@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/react": "~18.2.79",
"typescript": "~5.3.3"
}
"react": "18.2.0",
"react-native": "0.73.5",
"@types/react": "18.2.79",
"typescript": "5.3.3"
},
"packageManager": "yarn@1.22.19"
}
Loading

0 comments on commit 8e964e1

Please sign in to comment.