|
26 | 26 | "submit:qa:mobile": "cross-env APP_ENV=qa eas submit --profile qa", |
27 | 27 | "start:staging": "cross-env APP_ENV=staging pnpm run start", |
28 | 28 | "prebuild:staging": "cross-env APP_ENV=staging pnpm run prebuild", |
29 | | - "prebuild:development": "cross-env APP_ENV=development pnpm run prebuild", |
30 | 29 | "android:staging": "cross-env APP_ENV=staging pnpm run android", |
31 | 30 | "ios:staging": "cross-env APP_ENV=staging pnpm run ios", |
32 | 31 | "web:staging": "cross-env APP_ENV=staging pnpm run web", |
|
62 | 61 | "e2e-test": "maestro test .maestro/ -e APP_ID=com.obytes.development" |
63 | 62 | }, |
64 | 63 | "dependencies": { |
65 | | - "@expo/metro-runtime": "^5.0.4", |
| 64 | + "@expo/metro-runtime": "^5.0.5", |
66 | 65 | "@gorhom/bottom-sheet": "^5.0.5", |
67 | 66 | "@hookform/resolvers": "^3.9.0", |
68 | 67 | "@lukemorales/query-key-factory": "^1.3.4", |
|
72 | 71 | "app-icon-badge": "^0.1.2", |
73 | 72 | "axios": "^1.7.5", |
74 | 73 | "dayjs": "^1.11.13", |
75 | | - "expo": "~53.0.22", |
| 74 | + "expo": "~53.0.23", |
76 | 75 | "expo-constants": "~17.1.7", |
77 | 76 | "expo-crypto": "^14.1.5", |
78 | 77 | "expo-dev-client": "~5.2.4", |
79 | 78 | "expo-font": "~13.3.2", |
80 | 79 | "expo-image": "~2.4.0", |
81 | 80 | "expo-linking": "~7.1.7", |
82 | 81 | "expo-localization": "~16.1.6", |
83 | | - "expo-router": "~5.1.6", |
| 82 | + "expo-router": "~5.1.7", |
84 | 83 | "expo-splash-screen": "~0.30.10", |
85 | 84 | "expo-status-bar": "~2.2.3", |
86 | 85 | "expo-system-ui": "~5.0.11", |
|
0 commit comments