Upgrade to Expo 52

This commit is contained in:
Patrick Fic
2025-02-12 08:43:49 -08:00
parent 0bd8935359
commit 486332aae6
3 changed files with 3834 additions and 5094 deletions

View File

@@ -2,9 +2,9 @@
"expo": { "expo": {
"name": "ImEX Mobile", "name": "ImEX Mobile",
"slug": "imexmobile", "slug": "imexmobile",
"version": "1.6.0", "version": "1.7.0",
"extra": { "extra": {
"expover": "9", "expover": "1",
"eas": { "eas": {
"projectId": "ffe01f3a-d507-4698-82cd-da1f1cad450b" "projectId": "ffe01f3a-d507-4698-82cd-da1f1cad450b"
} }
@@ -27,7 +27,7 @@
}, },
"android": { "android": {
"package": "com.imex.imexmobile", "package": "com.imex.imexmobile",
"versionCode": 1100034, "versionCode": 1100035,
"googleServicesFile": "./google-services.json", "googleServicesFile": "./google-services.json",
"permissions": [ "permissions": [
"android.permission.READ_EXTERNAL_STORAGE", "android.permission.READ_EXTERNAL_STORAGE",
@@ -82,7 +82,8 @@
"isAccessMediaLocationEnabled": "true" "isAccessMediaLocationEnabled": "true"
} }
], ],
"expo-localization" "expo-localization",
"expo-font"
], ],
"runtimeVersion": { "runtimeVersion": {
"policy": "appVersion" "policy": "appVersion"

8859
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -18,36 +18,36 @@
"dependencies": { "dependencies": {
"@apollo/client": "^3.9.5", "@apollo/client": "^3.9.5",
"@babel/preset-env": "7.1.6", "@babel/preset-env": "7.1.6",
"@expo/vector-icons": "^14.0.0", "@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "1.21.0", "@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/cli-debugger-ui": "^9.0.0", "@react-native-community/cli-debugger-ui": "^9.0.0",
"@react-native-community/datetimepicker": "7.6.1", "@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/masked-view": "^0.1.11", "@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^6.3.3", "@react-navigation/bottom-tabs": "^6.3.3",
"@react-navigation/drawer": "^6.4.4", "@react-navigation/drawer": "^6.4.4",
"@react-navigation/native": "^6.0.12", "@react-navigation/native": "^6.0.12",
"@react-navigation/native-stack": "^6.8.0", "@react-navigation/native-stack": "^6.8.0",
"@react-navigation/stack": "^6.2.3", "@react-navigation/stack": "^6.2.3",
"@sentry/react-native": "5.19.1", "@sentry/react-native": "~6.3.0",
"axios": "^1.6.7", "axios": "^1.6.7",
"cloudinary-core": "^2.13.0", "cloudinary-core": "^2.13.0",
"dinero.js": "^1.9.1", "dinero.js": "^1.9.1",
"expo": "~50.0.8", "expo": "^52.0.33",
"expo-application": "~5.8.3", "expo-application": "~6.0.2",
"expo-av": "~13.10.5", "expo-av": "~15.0.2",
"expo-constants": "~15.4.5", "expo-constants": "~17.0.5",
"expo-dev-client": "~3.3.9", "expo-dev-client": "~5.0.12",
"expo-device": "~5.9.3", "expo-device": "~7.0.2",
"expo-file-system": "~16.0.6", "expo-file-system": "~18.0.10",
"expo-font": "~11.10.3", "expo-font": "~13.0.3",
"expo-image-manipulator": "~11.8.0", "expo-image-manipulator": "~13.0.6",
"expo-images-picker": "^2.4.1", "expo-images-picker": "^2.4.1",
"expo-localization": "~14.8.3", "expo-localization": "~16.0.1",
"expo-media-library": "~15.9.1", "expo-media-library": "~17.0.5",
"expo-status-bar": "~1.11.1", "expo-status-bar": "~2.0.1",
"expo-system-ui": "~2.9.3", "expo-system-ui": "~4.0.8",
"expo-updates": "~0.24.11", "expo-updates": "~0.26.17",
"expo-video-thumbnails": "~7.9.0", "expo-video-thumbnails": "~9.0.3",
"firebase": "^10.8.0", "firebase": "^10.8.0",
"formik": "^2.4.5", "formik": "^2.4.5",
"graphql": "^16.8.1", "graphql": "^16.8.1",
@@ -58,29 +58,29 @@
"mime": "^3.0.0", "mime": "^3.0.0",
"moment": "^2.30.1", "moment": "^2.30.1",
"normalize-url": "^7.0.3", "normalize-url": "^7.0.3",
"react": "^18.2.0", "react": "18.3.1",
"react-dom": "^18.2.0", "react-dom": "18.3.1",
"react-i18next": "^14.0.5", "react-i18next": "^14.0.5",
"react-is": ">=18.2.0", "react-is": ">=18.2.0",
"react-native": "0.73.4", "react-native": "0.76.7",
"react-native-draggable-flatlist": "^4.0.1", "react-native-draggable-flatlist": "^4.0.1",
"react-native-element-dropdown": "^2.10.1", "react-native-element-dropdown": "^2.10.1",
"react-native-gesture-handler": "~2.14.0", "react-native-gesture-handler": "~2.20.2",
"react-native-image-gallery": "^2.1.5", "react-native-image-gallery": "^2.1.5",
"react-native-image-viewing": "^0.2.2", "react-native-image-viewing": "^0.2.2",
"react-native-indicators": "^0.17.0", "react-native-indicators": "^0.17.0",
"react-native-modal-datetime-picker": "^17.1.0", "react-native-modal-datetime-picker": "^17.1.0",
"react-native-pager-view": "6.2.3", "react-native-pager-view": "6.5.1",
"react-native-paper": "^5.12.3", "react-native-paper": "^5.12.3",
"react-native-progress": "^5.0.1", "react-native-progress": "^5.0.1",
"react-native-reanimated": "~3.6.2", "react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.8.2", "react-native-safe-area-context": "4.12.0",
"react-native-screens": "~3.29.0", "react-native-screens": "~4.4.0",
"react-native-svg": "14.1.0", "react-native-svg": "15.8.0",
"react-native-tab-view": "3.5.2", "react-native-tab-view": "3.5.2",
"react-native-toast-message": "^2.2.0", "react-native-toast-message": "^2.2.0",
"react-native-vector-icons": "*", "react-native-vector-icons": "*",
"react-native-web": "~0.19.10", "react-native-web": "~0.19.13",
"react-redux": "^9.1.0", "react-redux": "^9.1.0",
"redux": "^5.0.1", "redux": "^5.0.1",
"redux-logger": "^3.0.6", "redux-logger": "^3.0.6",
@@ -91,7 +91,7 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.23.9", "@babel/core": "^7.23.9",
"babel-preset-expo": "^10.0.1", "babel-preset-expo": "~12.0.0",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-plugin-react": "^7.33.2", "eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-native": "^4.1.0" "eslint-plugin-react-native": "^4.1.0"