diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-18 18:29:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-18 18:29:54 -0500 |
commit | 75fd653be3a391d0edc11a9b35ed636c7cbe3b11 (patch) | |
tree | 38fc788652cac037df991be73d87eba263dc683f /package.json | |
parent | 1ab8f315179cc1c93f1319b0e6fb1f75aa1c5954 (diff) | |
download | voidsky-75fd653be3a391d0edc11a9b35ed636c7cbe3b11.tar.zst |
Rework search suggestions for performance (#492)
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 1621b4ab8..120948f04 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "await-lock": "^2.2.2", "base64-js": "^1.5.1", "email-validator": "^2.0.4", - "expo": "~48.0.10", + "expo": "~48.0.11", "expo-build-properties": "~0.5.1", "expo-camera": "~13.2.1", "expo-dev-client": "~2.1.1", |