Skip to content

Commit 15801bb

Browse files
committed
fix: expo doctor warnings
1 parent 6b90785 commit 15801bb

File tree

2 files changed

+90
-91
lines changed

2 files changed

+90
-91
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"submit:qa:mobile": "cross-env APP_ENV=qa eas submit --profile qa",
2727
"start:staging": "cross-env APP_ENV=staging pnpm run start",
2828
"prebuild:staging": "cross-env APP_ENV=staging pnpm run prebuild",
29-
"prebuild:development": "cross-env APP_ENV=development pnpm run prebuild",
3029
"android:staging": "cross-env APP_ENV=staging pnpm run android",
3130
"ios:staging": "cross-env APP_ENV=staging pnpm run ios",
3231
"web:staging": "cross-env APP_ENV=staging pnpm run web",
@@ -62,7 +61,7 @@
6261
"e2e-test": "maestro test .maestro/ -e APP_ID=com.obytes.development"
6362
},
6463
"dependencies": {
65-
"@expo/metro-runtime": "^5.0.4",
64+
"@expo/metro-runtime": "^5.0.5",
6665
"@gorhom/bottom-sheet": "^5.0.5",
6766
"@hookform/resolvers": "^3.9.0",
6867
"@lukemorales/query-key-factory": "^1.3.4",
@@ -72,15 +71,15 @@
7271
"app-icon-badge": "^0.1.2",
7372
"axios": "^1.7.5",
7473
"dayjs": "^1.11.13",
75-
"expo": "~53.0.22",
74+
"expo": "~53.0.23",
7675
"expo-constants": "~17.1.7",
7776
"expo-crypto": "^14.1.5",
7877
"expo-dev-client": "~5.2.4",
7978
"expo-font": "~13.3.2",
8079
"expo-image": "~2.4.0",
8180
"expo-linking": "~7.1.7",
8281
"expo-localization": "~16.1.6",
83-
"expo-router": "~5.1.6",
82+
"expo-router": "~5.1.7",
8483
"expo-splash-screen": "~0.30.10",
8584
"expo-status-bar": "~2.2.3",
8685
"expo-system-ui": "~5.0.11",

0 commit comments

Comments
 (0)