diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 8ff9d66846..140c9e0887 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -445,7 +445,7 @@ PODS: - React-perflogger (= 0.72.4) - RNCalendarEvents (2.2.0): - React - - RNCAsyncStorage (1.19.3): + - RNCAsyncStorage (2.0.0): - React-Core - RNCClipboard (1.11.1): - React-Core @@ -725,7 +725,7 @@ SPEC CHECKSUMS: React-utils: b79f2411931f9d3ea5781404dcbb2fa8a837e13a ReactCommon: 4b2bdcb50a3543e1c2b2849ad44533686610826d RNCalendarEvents: 7e65eb4a94f53c1744d1e275f7fafcfaa619f7a3 - RNCAsyncStorage: c913ede1fa163a71cea118ed4670bbaaa4b511bb + RNCAsyncStorage: d35c79ffba52c1013013e16b1fc295aec2feabb6 RNCClipboard: 2834e1c4af68697089cdd455ee4a4cdd198fa7dd RNCPicker: 529d564911e93598cc399b56cc0769ce3675f8c8 RNDateTimePicker: 65e1d202799460b286ff5e741d8baf54695e8abd diff --git a/package-lock.json b/package-lock.json index 2018808644..410746fab7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@expo/react-native-action-sheet": "4.0.1", "@frogpond/titlecase": "2.0.4", "@hawkrives/react-native-alternate-icons": "0.6.2", - "@react-native-async-storage/async-storage": "1.19.3", + "@react-native-async-storage/async-storage": "2.0.0", "@react-native-clipboard/clipboard": "1.11.1", "@react-native-community/datetimepicker": "6.7.5", "@react-native-community/netinfo": "11.3.2", @@ -3976,14 +3976,15 @@ } }, "node_modules/@react-native-async-storage/async-storage": { - "version": "1.19.3", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.19.3.tgz", - "integrity": "sha512-CwGfoHCWdPOTPS+2fW6YRE1fFBpT9++ahLEroX5hkgwyoQ+TkmjOaUxixdEIoVua9Pz5EF2pGOIJzqOTMWfBlA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-2.0.0.tgz", + "integrity": "sha512-af6H9JjfL6G/PktBfUivvexoiFKQTJGQCtSWxMdivLzNIY94mu9DdiY0JqCSg/LyPCLGKhHPUlRQhNvpu3/KVA==", + "license": "MIT", "dependencies": { "merge-options": "^3.0.4" }, "peerDependencies": { - "react-native": "^0.0.0-0 || 0.60 - 0.72 || 1000.0.0" + "react-native": "^0.0.0-0 || >=0.65 <1.0" } }, "node_modules/@react-native-clipboard/clipboard": { diff --git a/package.json b/package.json index 807085f999..7446729f0f 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@expo/react-native-action-sheet": "4.0.1", "@frogpond/titlecase": "2.0.4", "@hawkrives/react-native-alternate-icons": "0.6.2", - "@react-native-async-storage/async-storage": "1.19.3", + "@react-native-async-storage/async-storage": "2.0.0", "@react-native-clipboard/clipboard": "1.11.1", "@react-native-community/datetimepicker": "6.7.5", "@react-native-community/netinfo": "11.3.2",