Bluesky app fork with some witchin' additions 💫

pin AsyncStorage to v2.2.0 (#9656)

authored by samuel.fm and committed by

GitHub cb6e65e3 af926108

+2 -8
+1
package.json
··· 284 284 "@react-native/babel-preset": "0.81.5", 285 285 "@react-native/normalize-colors": "0.81.5", 286 286 "**/@expo/image-utils": "0.8.7", 287 + "**/@react-native-async-storage/async-storage": "2.2.0", 287 288 "**/expo-constants": "18.0.8", 288 289 "**/expo-device": "7.1.4", 289 290 "**/zod": "3.23.8",
+1 -8
yarn.lock
··· 6144 6144 resolved "https://registry.yarnpkg.com/@radix-ui/rect/-/rect-1.1.1.tgz#78244efe12930c56fd255d7923865857c41ac8cb" 6145 6145 integrity sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw== 6146 6146 6147 - "@react-native-async-storage/async-storage@2.2.0": 6147 + "@react-native-async-storage/async-storage@2.2.0", "@react-native-async-storage/async-storage@^1.15.2": 6148 6148 version "2.2.0" 6149 6149 resolved "https://registry.yarnpkg.com/@react-native-async-storage/async-storage/-/async-storage-2.2.0.tgz#a3aa565253e46286655560172f4e366e8969f5ad" 6150 6150 integrity sha512-gvRvjR5JAaUZF8tv2Kcq/Gbt3JHwbKFYfmb445rhOj6NUMx3qPLixmDx5pZAyb9at1bYvJ4/eTUipU5aki45xw== 6151 - dependencies: 6152 - merge-options "^3.0.4" 6153 - 6154 - "@react-native-async-storage/async-storage@^1.15.2": 6155 - version "1.22.0" 6156 - resolved "https://registry.yarnpkg.com/@react-native-async-storage/async-storage/-/async-storage-1.22.0.tgz#202a9afd15a5b829c39b709d0ca3942612441efc" 6157 - integrity sha512-b5KD010iiZnot86RbAaHpLuHwmPW2qA3SSN/OSZhd1kBoINEQEVBuv+uFtcaTxAhX27bT0wd13GOb2IOSDUXSA== 6158 6151 dependencies: 6159 6152 merge-options "^3.0.4" 6160 6153