Remove unneeded package causing compile issues.

This commit is contained in:
Patrick Fic
2024-02-28 09:52:15 -08:00
parent 93f77255e2
commit 867fe621fb
2 changed files with 145 additions and 140 deletions

View File

@@ -19,8 +19,7 @@
"@apollo/client": "^3.9.5",
"@babel/preset-env": "7.1.6",
"@expo/vector-icons": "^14.0.0",
"@react-native-async-storage/async-storage": "1.22.2",
"@react-native-community/art": "^1.2.0",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/cli-debugger-ui": "^9.0.0",
"@react-native-community/datetimepicker": "7.6.1",
"@react-native-community/masked-view": "^0.1.11",
@@ -29,15 +28,15 @@
"@react-navigation/native": "^6.0.12",
"@react-navigation/native-stack": "^6.8.0",
"@react-navigation/stack": "^6.2.3",
"@sentry/react-native": "5.17.0",
"@sentry/react-native": "5.19.1",
"axios": "^1.6.7",
"cloudinary-core": "^2.13.0",
"dinero.js": "^1.9.1",
"expo": "^50.0.7",
"expo": "~50.0.8",
"expo-application": "~5.8.3",
"expo-av": "~13.10.5",
"expo-constants": "~15.4.5",
"expo-dev-client": "~3.3.8",
"expo-dev-client": "~3.3.9",
"expo-device": "~5.9.3",
"expo-file-system": "~16.0.6",
"expo-font": "~11.10.3",
@@ -66,7 +65,7 @@
"react-native": "0.73.4",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-element-dropdown": "^2.10.1",
"react-native-gesture-handler": "~2.15.0",
"react-native-gesture-handler": "~2.14.0",
"react-native-image-gallery": "^2.1.5",
"react-native-image-viewing": "^0.2.2",
"react-native-indicators": "^0.17.0",
@@ -74,8 +73,8 @@
"react-native-pager-view": "6.2.3",
"react-native-paper": "^5.12.3",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~3.7.1",
"react-native-safe-area-context": "4.9.0",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"react-native-tab-view": "3.5.2",