|
10 | 10 | "lint": "expo lint" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
| 13 | + "@expo/log-box": "~55.0.8", |
13 | 14 | "@expo/vector-icons": "^15.0.2", |
14 | 15 | "@knocklabs/expo": "workspace:^", |
15 | | - "@react-navigation/bottom-tabs": "^7.3.10", |
16 | | - "@react-navigation/elements": "^2.6.3", |
17 | | - "@react-navigation/native": "^7.1.6", |
18 | | - "expo": "~53.0.22", |
19 | | - "expo-blur": "~14.1.5", |
20 | | - "expo-constants": "~17.1.7", |
21 | | - "expo-device": "^7.1.4", |
22 | | - "expo-font": "~13.3.2", |
23 | | - "expo-haptics": "~14.1.4", |
24 | | - "expo-image": "~2.4.0", |
25 | | - "expo-linking": "~7.1.7", |
26 | | - "expo-notifications": "^0.31.4", |
27 | | - "expo-router": "~5.1.6", |
28 | | - "expo-splash-screen": "~0.30.10", |
29 | | - "expo-status-bar": "~2.2.3", |
30 | | - "expo-symbols": "~0.4.5", |
31 | | - "expo-system-ui": "~5.0.11", |
32 | | - "expo-web-browser": "~14.2.0", |
| 16 | + "@react-navigation/bottom-tabs": "^7.15.5", |
| 17 | + "@react-navigation/elements": "^2.9.14", |
| 18 | + "@react-navigation/native": "^7.1.33", |
| 19 | + "expo": "~55.0.9", |
| 20 | + "expo-blur": "~55.0.10", |
| 21 | + "expo-constants": "~55.0.9", |
| 22 | + "expo-device": "~55.0.10", |
| 23 | + "expo-font": "~55.0.4", |
| 24 | + "expo-haptics": "~55.0.9", |
| 25 | + "expo-image": "~55.0.6", |
| 26 | + "expo-linking": "~55.0.9", |
| 27 | + "expo-notifications": "~55.0.14", |
| 28 | + "expo-router": "~55.0.8", |
| 29 | + "expo-splash-screen": "~55.0.13", |
| 30 | + "expo-status-bar": "~55.0.4", |
| 31 | + "expo-symbols": "~55.0.5", |
| 32 | + "expo-system-ui": "~55.0.11", |
| 33 | + "expo-web-browser": "~55.0.10", |
33 | 34 | "react": "^19.0.0", |
34 | 35 | "react-dom": "^19.0.0", |
35 | | - "react-native": "^0.79.2", |
36 | | - "react-native-gesture-handler": "^2.27.1", |
37 | | - "react-native-reanimated": "~3.17.4", |
38 | | - "react-native-safe-area-context": "5.4.0", |
39 | | - "react-native-screens": "~4.11.1", |
40 | | - "react-native-web": "~0.21.2", |
41 | | - "react-native-webview": "13.13.5" |
| 36 | + "react-native": "^0.83.4", |
| 37 | + "react-native-gesture-handler": "~2.30.0", |
| 38 | + "react-native-reanimated": "~4.2.1", |
| 39 | + "react-native-safe-area-context": "~5.6.2", |
| 40 | + "react-native-screens": "~4.23.0", |
| 41 | + "react-native-web": "~0.21.0", |
| 42 | + "react-native-webview": "13.16.0", |
| 43 | + "react-native-worklets": "~0.7.2" |
42 | 44 | }, |
43 | 45 | "devDependencies": { |
44 | 46 | "@babel/core": "^7.28.0", |
45 | 47 | "@types/react": "^19.1.8", |
46 | 48 | "eslint": "^8.56.0", |
47 | | - "eslint-config-expo": "~9.2.0", |
| 49 | + "eslint-config-expo": "~55.0.0", |
48 | 50 | "eslint-import-resolver-typescript": "^4.4.4", |
49 | 51 | "eslint-plugin-import": "^2.32.0", |
50 | 52 | "eslint-plugin-prettier": "^5.5.1", |
|
53 | 55 | "private": true, |
54 | 56 | "engines": { |
55 | 57 | "node": "22.17.0" |
| 58 | + }, |
| 59 | + "expo": { |
| 60 | + "install": { |
| 61 | + "exclude": [ |
| 62 | + "typescript" |
| 63 | + ] |
| 64 | + } |
56 | 65 | } |
57 | 66 | } |
0 commit comments