diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-03-19 18:11:45 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-03-19 18:11:45 -0500 |
commit | a811c57480afc79f72f0792aa998bb9932c0d607 (patch) | |
tree | 955b67c662bf89445c676b0a73ce7972cbe9ce8a /package.json | |
parent | 23e8484986acc2926d795d0406dd3c820ec83a6c (diff) | |
download | voidsky-a811c57480afc79f72f0792aa998bb9932c0d607.tar.zst |
Pin deps to make expo happy
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 3c1cd252e..796c7aee5 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "expo-camera": "~13.2.1", "expo-dev-client": "~2.1.1", "expo-image-picker": "~14.1.1", - "expo-media-library": "~15.2.1", + "expo-media-library": "~15.2.3", "expo-splash-screen": "~0.18.1", "expo-status-bar": "~1.4.4", "he": "^1.2.0", @@ -93,21 +93,21 @@ "react-native-image-crop-picker": "^0.38.1", "react-native-inappbrowser-reborn": "^3.6.3", "react-native-linear-gradient": "^2.6.2", - "react-native-pager-view": "^6.1.4", + "react-native-pager-view": "6.1.2", "react-native-progress": "bluesky-social/react-native-progress", "react-native-reanimated": "~2.14.4", "react-native-root-siblings": "^4.1.1", "react-native-safe-area-context": "^4.4.1", "react-native-screens": "^3.13.1", "react-native-splash-screen": "^3.3.0", - "react-native-svg": "^13.4.0", + "react-native-svg": "13.4.0", "react-native-url-polyfill": "^1.3.0", "react-native-uuid": "^2.0.1", "react-native-version-number": "^0.3.6", "react-native-web": "^0.18.11", "react-native-web-linear-gradient": "^1.1.2", "react-native-web-webview": "^1.0.2", - "react-native-webview": "^11.26.1", + "react-native-webview": "11.26.0", "react-native-youtube-iframe": "^2.2.2", "rn-fetch-blob": "^0.12.0", "tippy.js": "^6.3.7", |