|
7 | 7 | "start": "expo start", |
8 | 8 | "android": "expo start --android", |
9 | 9 | "ios": "expo start --ios", |
10 | | - "web": "expo start --web" |
| 10 | + "web": "expo start --web", |
| 11 | + "typecheck": "tsc --noEmit" |
11 | 12 | }, |
12 | 13 | "dependencies": { |
13 | | - "@clerk/clerk-expo": "^2.13.2", |
14 | | - "@expo/vector-icons": "^14.1.0", |
| 14 | + "@clerk/clerk-expo": "^2.19.6", |
| 15 | + "@expo/vector-icons": "^15.0.3", |
15 | 16 | "@packages/backend": "*", |
16 | | - "@react-native/virtualized-lists": "^0.80.0", |
17 | | - "@react-navigation/bottom-tabs": "^7.4.2", |
18 | | - "@react-navigation/native": "^7.1.14", |
19 | | - "@react-navigation/native-stack": "^7.3.21", |
20 | | - "expo": "~53.0.12", |
21 | | - "expo-asset": "~11.1.5", |
22 | | - "expo-auth-session": "~6.2.0", |
23 | | - "expo-font": "~13.3.1", |
24 | | - "expo-system-ui": "~5.0.9", |
25 | | - "expo-web-browser": "~14.2.0", |
| 17 | + "@react-native/virtualized-lists": "^0.82.1", |
| 18 | + "@react-navigation/bottom-tabs": "^7.8.11", |
| 19 | + "@react-navigation/native": "^7.1.24", |
| 20 | + "@react-navigation/native-stack": "^7.8.5", |
| 21 | + "expo": "~54.0.25", |
| 22 | + "expo-asset": "~12.0.10", |
| 23 | + "expo-auth-session": "~7.0.9", |
| 24 | + "expo-font": "~14.0.9", |
| 25 | + "expo-system-ui": "~6.0.8", |
| 26 | + "expo-web-browser": "~15.0.9", |
26 | 27 | "react": "19.2.1", |
27 | 28 | "react-dom": "19.2.1", |
28 | | - "react-native": "0.79.4", |
29 | | - "react-native-gesture-handler": "~2.24.0", |
| 29 | + "react-native": "0.82.1", |
| 30 | + "react-native-gesture-handler": "~2.29.1", |
30 | 31 | "react-native-keyboard-aware-scroll-view": "^0.9.5", |
31 | | - "react-native-reanimated": "~3.17.4", |
| 32 | + "react-native-reanimated": "~4.1.5", |
32 | 33 | "react-native-responsive-fontsize": "^0.5.1", |
33 | | - "react-native-safe-area-context": "5.4.0", |
34 | | - "react-native-screens": "~4.11.1", |
35 | | - "react-native-web": "~0.20.0", |
36 | | - "react-native-webview": "13.13.5", |
37 | | - "use-sync-external-store": "^1.2.2" |
| 34 | + "react-native-safe-area-context": "5.6.2", |
| 35 | + "react-native-screens": "~4.18.0", |
| 36 | + "react-native-web": "~0.21.2", |
| 37 | + "react-native-webview": "13.16.0", |
| 38 | + "use-sync-external-store": "^1.6.0" |
38 | 39 | }, |
39 | 40 | "devDependencies": { |
40 | | - "@babel/core": "7.27.1", |
41 | | - "@types/jest": "29.5.14", |
42 | | - "@types/react": "19.0.14", |
43 | | - "@types/react-test-renderer": "18.3.1", |
44 | | - "jest": "29.7.0", |
45 | | - "jest-expo": "53.0.7", |
46 | | - "react-test-renderer": "19.1.0", |
47 | | - "typescript": "5.8.3" |
| 41 | + "@babel/core": "7.28.5", |
| 42 | + "@types/jest": "30.0.0", |
| 43 | + "@types/react": "^19.2.7", |
| 44 | + "@types/react-test-renderer": "19.1.0", |
| 45 | + "jest": "30.2.0", |
| 46 | + "jest-expo": "54.0.13", |
| 47 | + "react-test-renderer": "19.2.1", |
| 48 | + "typescript": "5.9.3" |
48 | 49 | }, |
49 | 50 | "private": true |
50 | 51 | } |
0 commit comments