Skip to content

Commit 8e964e1

Browse files
fix: peer deps versioning
1 parent 7399925 commit 8e964e1

File tree

2 files changed

+772
-1373
lines changed

2 files changed

+772
-1373
lines changed

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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)