Skip to content

Commit bd0ded7

Browse files
fix: peer deps versioning
1 parent 7399925 commit bd0ded7

File tree

2 files changed

+773
-1374
lines changed

2 files changed

+773
-1374
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-otp-textinput",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Textview usable for OTP implementation",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -23,16 +23,17 @@
2323
"type": "git",
2424
"url": "git@github.com:naveenvignesh5/react-native-otp-textinput.git"
2525
},
26-
"dependencies": {
27-
"react": "18.2.0"
28-
},
2926
"peerDependencies": {
30-
"react-native": "0.74.1"
27+
"react": "*",
28+
"react-native": "*"
3129
},
3230
"author": "Naveen Vignesh.B <naveenvignesh5.nv@gmail.com>",
3331
"license": "MIT",
3432
"devDependencies": {
35-
"@types/react": "~18.2.79",
36-
"typescript": "~5.3.3"
37-
}
33+
"react": "18.2.0",
34+
"react-native": "0.73.5",
35+
"@types/react": "18.2.79",
36+
"typescript": "5.3.3"
37+
},
38+
"packageManager": "yarn@1.22.19"
3839
}

0 commit comments

Comments
 (0)