|
19 | 19 | "@expo-google-fonts/merriweather": "^0.4.2", |
20 | 20 | "@expo-google-fonts/pacifico": "^0.4.1", |
21 | 21 | "@expo-google-fonts/press-start-2p": "^0.4.1", |
22 | | - "@expo/vector-icons": "^14.1.0", |
| 22 | + "@expo/vector-icons": "^15.0.2", |
23 | 23 | "@react-native-harness/ui": "1.0.0-alpha.23", |
24 | 24 | "@react-navigation/bottom-tabs": "^7.3.10", |
25 | 25 | "@react-navigation/elements": "^2.3.8", |
26 | 26 | "@react-navigation/native": "^7.1.6", |
27 | | - "expo": "~53.0.27", |
28 | | - "expo-blur": "~14.1.5", |
29 | | - "expo-build-properties": "~0.14.8", |
30 | | - "expo-constants": "~17.1.8", |
31 | | - "expo-font": "~13.3.2", |
32 | | - "expo-haptics": "~14.1.4", |
33 | | - "expo-image": "~2.4.1", |
34 | | - "expo-linking": "~7.1.7", |
35 | | - "expo-notifications": "~0.31.5", |
36 | | - "expo-router": "~5.1.11", |
37 | | - "expo-sensors": "~14.1.4", |
38 | | - "expo-splash-screen": "~0.30.10", |
39 | | - "expo-status-bar": "~2.2.3", |
40 | | - "expo-symbols": "~0.4.5", |
41 | | - "expo-system-ui": "~5.0.11", |
42 | | - "expo-web-browser": "~14.2.0", |
43 | | - "react": "19.0.0", |
44 | | - "react-dom": "19.0.0", |
45 | | - "react-native": "0.79.6", |
46 | | - "react-native-gesture-handler": "~2.24.0", |
47 | | - "react-native-reanimated": "~3.17.4", |
48 | | - "react-native-safe-area-context": "5.4.0", |
49 | | - "react-native-screens": "~4.11.1", |
50 | | - "react-native-web": "~0.20.0", |
51 | | - "react-native-webview": "13.13.5", |
| 27 | + "expo": "^55.0.7", |
| 28 | + "expo-blur": "~55.0.10", |
| 29 | + "expo-build-properties": "~55.0.10", |
| 30 | + "expo-constants": "~55.0.8", |
| 31 | + "expo-font": "~55.0.4", |
| 32 | + "expo-haptics": "~55.0.9", |
| 33 | + "expo-image": "~55.0.6", |
| 34 | + "expo-linking": "~55.0.7", |
| 35 | + "expo-notifications": "~55.0.13", |
| 36 | + "expo-router": "~55.0.6", |
| 37 | + "expo-sensors": "~55.0.9", |
| 38 | + "expo-splash-screen": "~55.0.11", |
| 39 | + "expo-status-bar": "~55.0.4", |
| 40 | + "expo-symbols": "~55.0.5", |
| 41 | + "expo-system-ui": "~55.0.10", |
| 42 | + "expo-web-browser": "~55.0.10", |
| 43 | + "react": "19.2.4", |
| 44 | + "react-dom": "19.2.4", |
| 45 | + "react-native": "0.83.2", |
| 46 | + "react-native-gesture-handler": "~2.30.0", |
| 47 | + "react-native-reanimated": "4.2.1", |
| 48 | + "react-native-worklets": "~0.7.0", |
| 49 | + "react-native-safe-area-context": "~5.6.2", |
| 50 | + "react-native-screens": "~4.23.0", |
| 51 | + "react-native-web": "^0.21.0", |
| 52 | + "react-native-webview": "13.16.0", |
52 | 53 | "voltra": "*" |
53 | 54 | }, |
54 | 55 | "devDependencies": { |
55 | 56 | "@babel/core": "^7.25.2", |
56 | 57 | "@react-native-harness/platform-android": "1.0.0-alpha.23", |
57 | 58 | "@react-native-harness/platform-apple": "1.0.0-alpha.23", |
58 | | - "@types/react": "~19.0.10", |
| 59 | + "@types/react": "~19.2.10", |
59 | 60 | "patch-package": "^8.0.1", |
60 | 61 | "react-native-harness": "1.0.0-alpha.23", |
61 | 62 | "tsx": "^4.19.0", |
62 | | - "typescript": "~5.8.3" |
| 63 | + "typescript": "~5.9.2" |
63 | 64 | }, |
64 | | - "private": true |
| 65 | + "private": true, |
| 66 | + "expo": { |
| 67 | + "install": { |
| 68 | + "exclude": [ |
| 69 | + "react", |
| 70 | + "react-dom", |
| 71 | + "react-native-worklets" |
| 72 | + ] |
| 73 | + } |
| 74 | + } |
65 | 75 | } |
0 commit comments