Skip to content

Commit 749a913

Browse files
fix(deps): update dependency react-native-device-info to v13
1 parent e129fe3 commit 749a913

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"peerDependencies": {
4343
"react-native": "*",
44-
"react-native-device-info": "^11.1.0",
44+
"react-native-device-info": "^13.0.0",
4545
"react-native-keychain": "^8.2.0"
4646
},
4747
"devDependencies": {
@@ -64,7 +64,7 @@
6464
"react": "18.3.1",
6565
"react-dom": "18.3.1",
6666
"react-native": "0.75.3",
67-
"react-native-device-info": "^11.1.0",
67+
"react-native-device-info": "^13.0.0",
6868
"react-native-keychain": "^8.2.0",
6969
"redux-saga": "^1.3.0",
7070
"rimraf": "^6.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9008,10 +9008,10 @@ react-is@^18.0.0:
90089008
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
90099009
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
90109010

9011-
react-native-device-info@^11.1.0:
9012-
version "11.1.0"
9013-
resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-11.1.0.tgz#7db5c4e5a179dce761efac155a493aa0956a40ab"
9014-
integrity sha512-hzXJSObJdezEz0hF7MAJ3tGeoesuQWenXXt9mrQR9Mjb8kXpZ09rqSsZ/quNpJdZpQ3rYiFa3/0GFG5KNn9PBg==
9011+
react-native-device-info@^13.0.0:
9012+
version "13.0.0"
9013+
resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-13.0.0.tgz#6c272ffe805f74b2aaa22c81ae989286448c83b4"
9014+
integrity sha512-TKCq4XKl8lzB04RdEbADxkbzDJwOfWcxZxNcf1LweT+A+KRAUv1no7bch7RM0WLyMVKMTa2hbusESnzxB5QQRA==
90159015

90169016
react-native-keychain@^8.2.0:
90179017
version "8.2.0"

0 commit comments

Comments
 (0)