Skip to content

Commit 3cbf586

Browse files
fix: update react dep version
1 parent 45767c5 commit 3cbf586

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

Example/yarn.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5569,7 +5569,7 @@ prompts@^2.0.1, prompts@^2.4.0:
55695569
kleur "^3.0.3"
55705570
sisteransi "^1.0.5"
55715571

5572-
prop-types@*, prop-types@^15.6.2, prop-types@^15.8.1:
5572+
prop-types@*, prop-types@^15.8.1:
55735573
version "15.8.1"
55745574
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
55755575
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
@@ -5629,10 +5629,10 @@ react-is@^17.0.1:
56295629
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
56305630

56315631
react-native-otp-textinput@naveenvignesh5/react-native-otp-textinput:
5632-
version "1.1.0"
5633-
resolved "https://codeload.github.com/naveenvignesh5/react-native-otp-textinput/tar.gz/56cdf95500b077e7080db4b7b6cad5b60a61d36c"
5632+
version "1.1.2"
5633+
resolved "https://codeload.github.com/naveenvignesh5/react-native-otp-textinput/tar.gz/057acaf4e4bc976ca177a1a60bf9240fbfc4cdb9"
56345634
dependencies:
5635-
react "^16.8.6"
5635+
react "^18.2.0"
56365636

56375637
react-native@0.72.1:
56385638
version "0.72.1"
@@ -5698,22 +5698,13 @@ react-test-renderer@18.2.0:
56985698
react-shallow-renderer "^16.15.0"
56995699
scheduler "^0.23.0"
57005700

5701-
react@18.2.0:
5701+
react@18.2.0, react@^18.2.0:
57025702
version "18.2.0"
57035703
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
57045704
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
57055705
dependencies:
57065706
loose-envify "^1.1.0"
57075707

5708-
react@^16.8.6:
5709-
version "16.14.0"
5710-
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
5711-
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
5712-
dependencies:
5713-
loose-envify "^1.1.0"
5714-
object-assign "^4.1.1"
5715-
prop-types "^15.6.2"
5716-
57175708
readable-stream@^3.4.0:
57185709
version "3.6.2"
57195710
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967"

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"url": "git@github.com:naveenvignesh5/react-native-otp-textinput.git"
2525
},
2626
"dependencies": {
27-
"react": "^18.2.6"
27+
"react": "^18.2.0"
2828
},
2929
"peerDependencies": {
3030
"react-native": "^0.72.4"
@@ -36,3 +36,4 @@
3636
"typescript": "^5.1.6"
3737
}
3838
}
39+

0 commit comments

Comments
 (0)