Skip to content

Commit

Permalink
fix: update react dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenvignesh5 committed Sep 11, 2023
1 parent 45767c5 commit 3cbf586
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
19 changes: 5 additions & 14 deletions Example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5569,7 +5569,7 @@ prompts@^2.0.1, prompts@^2.4.0:
kleur "^3.0.3"
sisteransi "^1.0.5"

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

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

react-native@0.72.1:
version "0.72.1"
Expand Down Expand Up @@ -5698,22 +5698,13 @@ react-test-renderer@18.2.0:
react-shallow-renderer "^16.15.0"
scheduler "^0.23.0"

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

react@^16.8.6:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"

readable-stream@^3.4.0:
version "3.6.2"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"url": "git@github.com:naveenvignesh5/react-native-otp-textinput.git"
},
"dependencies": {
"react": "^18.2.6"
"react": "^18.2.0"
},
"peerDependencies": {
"react-native": "^0.72.4"
Expand All @@ -36,3 +36,4 @@
"typescript": "^5.1.6"
}
}

0 comments on commit 3cbf586

Please sign in to comment.