diff options
author | Hailey <me@haileyok.com> | 2024-05-06 13:47:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 21:47:55 +0100 |
commit | b4015d10d18e12908f1a739bd994c195479f17f1 (patch) | |
tree | 0084982d4960a6f0492670a39a047eafc32ccda4 /package.json | |
parent | 99f3f10fe7890186b3c970cbd00981a1ccefc098 (diff) | |
download | voidsky-b4015d10d18e12908f1a739bd994c195479f17f1.tar.zst |
Add PrivacyManifest info to comply with new App Store guidelines (#3784)
* add necessary privacy reasons * bump expo to support creation of the manifest
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 59d50d25d..39b90b3c3 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "email-validator": "^2.0.4", "emoji-mart": "^5.5.2", "eventemitter3": "^5.0.1", - "expo": "^50.0.8", + "expo": "^50.0.17", "expo-application": "^5.8.3", "expo-build-properties": "^0.11.1", "expo-camera": "~14.0.4", |