diff options
author | Hailey <me@haileyok.com> | 2024-04-04 18:30:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 18:30:32 -0700 |
commit | 101d1589bfdc12e38284b546e57a8ec5f0ee140d (patch) | |
tree | d94f2d2303d4aad73538f614411a7b61f98e21a1 /package.json | |
parent | 93b606e55a7bb10cc77665c68c75b6b13a673c9f (diff) | |
download | voidsky-101d1589bfdc12e38284b546e57a8ec5f0ee140d.tar.zst |
Bump some Expo package, remove unused packages to prepare for migration (#3415)
* bump some package versions * remove completely unused packages * remove blurview * update yarn.lock
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 36 |
1 files changed, 15 insertions, 21 deletions
diff --git a/package.json b/package.json index 6165d953a..90afe449e 100644 --- a/package.json +++ b/package.json @@ -65,9 +65,7 @@ "@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-camera-roll/camera-roll": "^5.2.2", "@react-native-clipboard/clipboard": "^1.10.0", - "@react-native-community/blur": "^4.3.0", "@react-native-masked-view/masked-view": "0.3.0", "@react-native-menu/menu": "^0.8.0", "@react-native-picker/picker": "2.6.1", @@ -108,27 +106,27 @@ "email-validator": "^2.0.4", "emoji-mart": "^5.5.2", "eventemitter3": "^5.0.1", - "expo": "^50.0.0-preview.10", - "expo-application": "~5.8.2", - "expo-build-properties": "^0.11.0", - "expo-camera": "~14.0.1", - "expo-constants": "~15.4.3", - "expo-dev-client": "~3.3.5", - "expo-device": "~5.9.2", - "expo-image": "~1.10.3", + "expo": "^50.0.8", + "expo-application": "~5.8.3", + "expo-build-properties": "^0.11.1", + "expo-camera": "~14.0.4", + "expo-constants": "~15.4.5", + "expo-dev-client": "~3.3.8", + "expo-device": "~5.9.3", + "expo-image": "~1.10.6", "expo-image-manipulator": "^11.8.0", "expo-image-picker": "~14.7.1", "expo-linking": "^6.2.2", - "expo-localization": "~14.8.2", + "expo-localization": "~14.8.3", "expo-media-library": "~15.9.1", - "expo-notifications": "~0.27.3", + "expo-notifications": "~0.27.6", "expo-sharing": "^11.10.0", - "expo-splash-screen": "~0.26.2", + "expo-splash-screen": "~0.26.4", "expo-status-bar": "~1.11.1", "expo-system-ui": "~2.9.3", - "expo-task-manager": "~11.7.0", - "expo-updates": "~0.24.7", - "expo-web-browser": "~12.8.1", + "expo-task-manager": "~11.7.2", + "expo-updates": "~0.24.10", + "expo-web-browser": "~12.8.2", "fast-text-encoding": "^1.0.6", "history": "^5.3.0", "js-sha256": "^0.9.0", @@ -143,7 +141,6 @@ "lodash.samplesize": "^4.2.0", "lodash.set": "^4.3.2", "lodash.shuffle": "^4.2.0", - "lru_map": "^0.4.1", "mobx": "^6.6.1", "mobx-react-lite": "^3.4.0", "mobx-utils": "^6.0.6", @@ -154,16 +151,14 @@ "psl": "^1.9.0", "react": "18.2.0", "react-avatar-editor": "^13.0.0", - "react-circular-progressbar": "^2.1.0", "react-dom": "^18.2.0", "react-keyed-flatten-children": "^3.0.0", "react-native": "0.73.2", - "react-native-appstate-hook": "^1.0.6", "react-native-date-picker": "^4.4.0", "react-native-drawer-layout": "^4.0.0-alpha.3", "react-native-fs": "^2.20.0", "react-native-gesture-handler": "~2.14.0", - "react-native-get-random-values": "~1.8.0", + "react-native-get-random-values": "~1.11.0", "react-native-haptic-feedback": "^1.14.0", "react-native-image-crop-picker": "^0.38.1", "react-native-ios-context-menu": "^1.15.3", @@ -190,7 +185,6 @@ "statsig-react-native-expo": "^4.6.1", "tippy.js": "^6.3.7", "tlds": "^1.234.0", - "use-deep-compare": "^1.1.0", "zeego": "^1.6.2", "zod": "^3.20.2" }, |