diff options
author | Hailey <me@haileyok.com> | 2024-04-08 08:24:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-08 08:24:59 -0700 |
commit | 00076ad1ff6ab3e27edd392e8d098c9e2974ac99 (patch) | |
tree | 56ac67e26e546bf00ffa59d70fd512c590f46ca3 /package.json | |
parent | a6babaceaf3706a1c59f6b117049c6dfa3afd1e6 (diff) | |
download | voidsky-00076ad1ff6ab3e27edd392e8d098c9e2974ac99.tar.zst |
Bump `async-storage` to comply with App Store guidelines (#3436)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f61d36a6b..55c566854 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@mattermost/react-native-paste-input": "^0.6.4", "@miblanchard/react-native-slider": "^2.3.1", "@radix-ui/react-dropdown-menu": "^2.0.6", - "@react-native-async-storage/async-storage": "1.21.0", + "@react-native-async-storage/async-storage": "1.23.1", "@react-native-masked-view/masked-view": "0.3.0", "@react-native-menu/menu": "^0.8.0", "@react-native-picker/picker": "2.6.1", |