Skip to content

Commit

Permalink
fix(deps): update dependency react-native-device-info to ^10.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 16, 2024
1 parent 1148249 commit a0dc4d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"peerDependencies": {
"react-native": "*",
"react-native-device-info": "^10.13.2",
"react-native-device-info": "^10.14.0",
"react-native-keychain": "^8.2.0"
},
"devDependencies": {
Expand All @@ -62,7 +62,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.74.1",
"react-native-device-info": "^10.13.2",
"react-native-device-info": "^10.14.0",
"react-native-keychain": "^8.2.0",
"redux-saga": "^1.3.0",
"rimraf": "^5.0.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8936,10 +8936,10 @@ react-is@^17.0.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==

react-native-device-info@^10.13.2:
version "10.13.2"
resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-10.13.2.tgz#7bfd4eb991c3434b8a2c38224cb1f51f8e799d54"
integrity sha512-5EAls7uvGdZkVfp1KWHsR5BfJJHp/ux64+ZPj1865IcaUyrNQIWYFmrTHwTH8L/NGJUTBrzv+y6WODnN17LSbw==
react-native-device-info@^10.14.0:
version "10.14.0"
resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-10.14.0.tgz#3530ea7e09a0841d568fec987b8c6ae16deee763"
integrity sha512-9NnTGfhEU4UgQtz4p6COk2Gbqly0dpSWrJtp+dw5rNAi96KtYbaNnO5yoOHDlJ1SVIzh8+hFu3WxVbnWkFU9gA==

react-native-keychain@^8.2.0:
version "8.2.0"
Expand Down

0 comments on commit a0dc4d9

Please sign in to comment.