Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(deps-dev): Bump @react-native-async-storage/async-storage from 1.23.1 to 2.1.0 #4706

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@babel/preset-react": "^7.26.3",
"@eslint/js": "^9.12.0",
"@gorhom/bottom-sheet": "^5.0.6",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-async-storage/async-storage": "2.1.0",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/slider": "4.5.5",
"@rtk-query/codegen-openapi": "^2.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6449,14 +6449,14 @@ __metadata:
languageName: node
linkType: hard

"@react-native-async-storage/async-storage@npm:1.23.1":
version: 1.23.1
resolution: "@react-native-async-storage/async-storage@npm:1.23.1"
"@react-native-async-storage/async-storage@npm:2.1.0":
version: 2.1.0
resolution: "@react-native-async-storage/async-storage@npm:2.1.0"
dependencies:
merge-options: "npm:^3.0.4"
peerDependencies:
react-native: ^0.0.0-0 || >=0.60 <1.0
checksum: 10/9d0acc7edb0ba9ee414d6e62c656e5d571c9d9615e7e9f4748865b965178998f2e73786b8050387ada00ddb6faaca97b5cf2e010ceaeebe91571991364a0f515
react-native: ^0.0.0-0 || >=0.65 <1.0
checksum: 10/ce7995f456a688042a5a4cd31e97aafff24d42d10c9d573e9e763ca7775156a87e4d1685daa9c9ea67c2721cbceeb464a0b75641723a89b47f45806e5f8960c2
languageName: node
linkType: hard

Expand Down Expand Up @@ -7208,7 +7208,7 @@ __metadata:
"@expo/config-plugins": "npm:^9.0.10"
"@expo/vector-icons": "npm:^14.0.2"
"@gorhom/bottom-sheet": "npm:^5.0.6"
"@react-native-async-storage/async-storage": "npm:1.23.1"
"@react-native-async-storage/async-storage": "npm:2.1.0"
"@react-native-clipboard/clipboard": "npm:^1.15.0"
"@react-native-community/blur": "npm:^4.4.1"
"@react-native-community/datetimepicker": "npm:8.2.0"
Expand Down
Loading