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 bd0ded7
Show file tree
Hide file tree
Showing 2 changed files with 773 additions and 1,374 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-otp-textinput",
"version": "1.1.5",
"version": "1.1.6",
"description": "Textview usable for OTP implementation",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -23,16 +23,17 @@
"type": "git",
"url": "[email protected]:naveenvignesh5/react-native-otp-textinput.git"
},
"dependencies": {
"react": "18.2.0"
},
"peerDependencies": {
"react-native": "0.74.1"
"react": "*",
"react-native": "*"
},
"author": "Naveen Vignesh.B <[email protected]>",
"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": "[email protected]"
}
Loading

0 comments on commit bd0ded7

Please sign in to comment.