Skip to content

Commit

Permalink
fix(deps): update react packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent b81d75b commit 35ebdd9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
},
"peerDependencies": {
"react-native": "*",
"react-native-device-info": "^11.1.0",
"react-native-keychain": "^8.2.0"
"react-native-device-info": "^14.0.0",
"react-native-keychain": "^9.2.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
Expand All @@ -64,8 +64,8 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.1",
"react-native-device-info": "^11.1.0",
"react-native-keychain": "^8.2.0",
"react-native-device-info": "^14.0.0",
"react-native-keychain": "^9.2.0",
"redux-saga": "^1.3.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8512,15 +8512,15 @@ react-is@^18.0.0:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==

react-native-device-info@^11.1.0:
version "11.1.0"
resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-11.1.0.tgz#7db5c4e5a179dce761efac155a493aa0956a40ab"
integrity sha512-hzXJSObJdezEz0hF7MAJ3tGeoesuQWenXXt9mrQR9Mjb8kXpZ09rqSsZ/quNpJdZpQ3rYiFa3/0GFG5KNn9PBg==
react-native-device-info@^14.0.0:
version "14.0.0"
resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-14.0.0.tgz#371601bb07f738aba721c74ad9c58b815d16f2b7"
integrity sha512-hKgH5URRQyMvr1wcBF8pZ9EnSM6fLGAfYRGZaOM8ljkr841kV5bjteI/p9ORfulxgZjB/vfz2J8zMAYwPOQWJg==

react-native-keychain@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/react-native-keychain/-/react-native-keychain-8.2.0.tgz#aea82df37aacbb04f8b567a8e0e6d7292025610a"
integrity sha512-SkRtd9McIl1Ss2XSWNLorG+KMEbgeVqX+gV+t3u1EAAqT8q2/OpRmRbxpneT2vnb/dMhiU7g6K/pf3nxLUXRvA==
react-native-keychain@^9.2.0:
version "9.2.0"
resolved "https://registry.yarnpkg.com/react-native-keychain/-/react-native-keychain-9.2.0.tgz#550efe1ba99881e1af6a3c173d869a581ef989a2"
integrity sha512-Nn+CbT8Ujf1yfP7sVOSChpHaSNOZUd3ZsgLSp9jS1w1eYhnxJK1b6RMFJ/fT/OnbH9sl+vKmHWm9ZUgdU/0vmw==

react-native@0.76.1:
version "0.76.1"
Expand Down

0 comments on commit 35ebdd9

Please sign in to comment.