|
2 | 2 | "name": "@comma/mobile-shell", |
3 | 3 | "private": true, |
4 | 4 | "version": "0.0.0", |
5 | | - "main": "expo/AppEntry.js", |
| 5 | + "main": "index.ts", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "expo start", |
8 | | - "dev:client": "expo start --dev-client", |
| 8 | + "dev:device": "expo start --go --lan", |
9 | 9 | "android": "expo start --android", |
10 | | - "android:dev-client": "expo run:android", |
11 | 10 | "ios": "expo start --ios", |
12 | | - "ios:dev-client": "expo run:ios", |
13 | 11 | "web": "expo start --web", |
14 | 12 | "typecheck": "tsc --noEmit" |
15 | 13 | }, |
16 | 14 | "dependencies": { |
17 | 15 | "@comma/bridge": "workspace:*", |
18 | 16 | "@webview-bridge/react-native": "^1.7.9", |
19 | | - "expo": "~53.0.27", |
20 | | - "expo-dev-client": "~5.2.4", |
21 | | - "expo-status-bar": "^2.2.0", |
22 | | - "react": "19.0.0", |
23 | | - "react-native": "0.79.6", |
24 | | - "react-native-webview": "13.13.5", |
| 17 | + "expo": "~54.0.35", |
| 18 | + "expo-status-bar": "^3.0.9", |
| 19 | + "react": "19.1.0", |
| 20 | + "react-native": "0.81.5", |
| 21 | + "react-native-webview": "13.15.0", |
25 | 22 | "zod": "^4.4.3" |
26 | 23 | }, |
27 | 24 | "devDependencies": { |
28 | | - "@types/react": "~19.0.10", |
29 | | - "typescript": "~5.8.3" |
| 25 | + "@types/react": "~19.1.17", |
| 26 | + "typescript": "~5.9.3" |
30 | 27 | } |
31 | 28 | } |
0 commit comments