Skip to content

Commit 7399925

Browse files
Merge pull request #58 from jedirichang/upgrade/bump_rn_0.74.1
upgrade: bump rn version to 0.74.1
2 parents 6bd94ba + 1f81028 commit 7399925

File tree

2 files changed

+4357
-55
lines changed

2 files changed

+4357
-55
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"url": "git@github.com:naveenvignesh5/react-native-otp-textinput.git"
2525
},
2626
"dependencies": {
27-
"react": "^18.2.0"
27+
"react": "18.2.0"
2828
},
2929
"peerDependencies": {
30-
"react-native": "^0.72.4"
30+
"react-native": "0.74.1"
3131
},
3232
"author": "Naveen Vignesh.B <naveenvignesh5.nv@gmail.com>",
3333
"license": "MIT",
3434
"devDependencies": {
35-
"@types/react-native": "^0.72.2",
36-
"typescript": "^5.1.6"
35+
"@types/react": "~18.2.79",
36+
"typescript": "~5.3.3"
3737
}
3838
}

0 commit comments

Comments
 (0)