Skip to content

Commit 3a3e780

Browse files
committed
fix: fix expo doctor warning
1 parent 89a8af0 commit 3a3e780

File tree

2 files changed

+145
-138
lines changed

2 files changed

+145
-138
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
"@tanstack/react-query": "^5.52.1",
4949
"app-icon-badge": "^0.1.2",
5050
"axios": "^1.7.5",
51-
"expo": "~52.0.19",
51+
"expo": "~52.0.23",
5252
"expo-constants": "~17.0.3",
53-
"expo-dev-client": "~5.0.6",
54-
"expo-font": "~13.0.1",
53+
"expo-dev-client": "~5.0.7",
54+
"expo-font": "~13.0.2",
5555
"expo-image": "~2.0.3",
5656
"expo-linking": "~7.0.3",
5757
"expo-localization": "~16.0.0",
58-
"expo-router": "~4.0.13",
58+
"expo-router": "~4.0.15",
5959
"expo-splash-screen": "~0.29.18",
6060
"expo-status-bar": "~2.0.0",
6161
"expo-system-ui": "~4.0.6",
@@ -77,7 +77,7 @@
7777
"react-native-reanimated": "~3.16.1",
7878
"react-native-restart": "0.0.27",
7979
"react-native-safe-area-context": "4.12.0",
80-
"react-native-screens": "^4.0.0",
80+
"react-native-screens": "^4.4.0",
8181
"react-native-svg": "~15.8.0",
8282
"react-native-web": "~0.19.13",
8383
"react-query-kit": "^3.3.0",

0 commit comments

Comments
 (0)