Skip to content

Commit 2c559b1

Browse files
committed
deps: Add caret on @react-native-async-storage/async-storage.
This takes us to v1.15.5, the current latest. No breaking changes are announced in the changelog [1], but 1.13.3 does announce this: > After upgrading to v1.13.3+, remember to: > > - remove Pods directory (ios/Pods) > - clean build directory through Xcode (in menu: Product -> Clean > Build Folder) > - install dependencies again (`pod install`) All this didn't seem obviously necessary (except `pod install`, which we always do), but I did it anyway. v1.13.4 gets us @react-native-async-storage/async-storagefb0ce97e3, which we'll need for the RN v0.64 upgrade, #4426. [1] https://github.com/react-native-async-storage/async-storage/releases Fixes: #4890
1 parent 5dca7b2 commit 2c559b1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ PODS:
336336
- React-jsi (= 0.63.4)
337337
- rn-fetch-blob (0.11.2):
338338
- React-Core
339-
- RNCAsyncStorage (1.13.0):
339+
- RNCAsyncStorage (1.15.5):
340340
- React-Core
341341
- RNCMaskedView (0.1.11):
342342
- React
@@ -674,7 +674,7 @@ SPEC CHECKSUMS:
674674
React-RCTVibration: ae4f914cfe8de7d4de95ae1ea6cc8f6315d73d9d
675675
ReactCommon: 73d79c7039f473b76db6ff7c6b159c478acbbb3b
676676
rn-fetch-blob: f525a73a78df9ed5d35e67ea65e79d53c15255bc
677-
RNCAsyncStorage: a52e45079e7df6cee380be6af676a8441d38c42a
677+
RNCAsyncStorage: 56a3355a10b5d660c48c6e37325ac85ebfd09885
678678
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
679679
RNCPushNotificationIOS: 61a7c72bd1ebad3568025957d001e0f0e7b32191
680680
RNDeviceInfo: 9b6aba9ffaed69ecb72bd13c7bcb0debf277bc9f

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@expo/react-native-action-sheet": "^3.8.0",
28-
"@react-native-async-storage/async-storage": "1.13.0",
28+
"@react-native-async-storage/async-storage": "^1.13.0",
2929
"@react-native-community/cameraroll": "^4.0.4",
3030
"@react-native-community/masked-view": "^0.1.10",
3131
"@react-native-community/netinfo": "^5.9.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2133,10 +2133,10 @@
21332133
dependencies:
21342134
"@octokit/openapi-types" "^8.2.0"
21352135

2136-
"@react-native-async-storage/async-storage@1.13.0":
2137-
version "1.13.0"
2138-
resolved "https://registry.yarnpkg.com/@react-native-async-storage/async-storage/-/async-storage-1.13.0.tgz#7b26b04fd2acf95353e7697927939817e46d3166"
2139-
integrity sha512-c+pKuUe54sysxnqsfG17kaAcd9xJQyTNYDQhZhYf3Ej5khAQPPM85eN2nc1sj1qEnxDde4mcfi3slrOd/KtoSw==
2136+
"@react-native-async-storage/async-storage@^1.13.0":
2137+
version "1.15.5"
2138+
resolved "https://registry.yarnpkg.com/@react-native-async-storage/async-storage/-/async-storage-1.15.5.tgz#0d221a5ef1cd7a6494a42fcaad43136d68379afb"
2139+
integrity sha512-4AYehLH39B9a8UXCMf3ieOK+G61wGMP72ikx6/XSMA0DUnvx0PgaeaT2Wyt06kTrDTy8edewKnbrbeqwaM50TQ==
21402140
dependencies:
21412141
deep-assign "^3.0.0"
21422142

0 commit comments

Comments
 (0)