|
14 | 14 | "web": "EXPO_NO_TYPESCRIPT_SETUP=1 expo start --web" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@expo/vector-icons": "^14.1.0", |
| 17 | + "@expo/vector-icons": "^15.0.2", |
18 | 18 | "@expo/webpack-config": "~19.0.1", |
19 | 19 | "@pchmn/expo-material3-theme": "^1.3.2", |
20 | | - "@react-native-async-storage/async-storage": "1.23.1", |
| 20 | + "@react-native-async-storage/async-storage": "2.2.0", |
21 | 21 | "@react-native-masked-view/masked-view": "0.3.2", |
22 | 22 | "@react-navigation/bottom-tabs": "^7.3.10", |
23 | 23 | "@react-navigation/drawer": "^7.3.9", |
24 | 24 | "@react-navigation/native": "^7.1.6", |
25 | 25 | "@react-navigation/stack": "^7.2.10", |
26 | | - "expo": "~52.0.46", |
27 | | - "expo-crypto": "~14.0.2", |
28 | | - "expo-dev-client": "~5.0.20", |
29 | | - "expo-font": "~13.0.4", |
30 | | - "expo-keep-awake": "~14.0.3", |
31 | | - "expo-splash-screen": "~0.29.24", |
32 | | - "expo-status-bar": "~2.0.1", |
33 | | - "expo-updates": "~0.27.4", |
| 26 | + "expo": "^54.0.0", |
| 27 | + "expo-crypto": "~15.0.7", |
| 28 | + "expo-dev-client": "~6.0.14", |
| 29 | + "expo-font": "~14.0.9", |
| 30 | + "expo-keep-awake": "~15.0.7", |
| 31 | + "expo-splash-screen": "~31.0.10", |
| 32 | + "expo-status-bar": "~3.0.8", |
| 33 | + "expo-updates": "~29.0.12", |
34 | 34 | "file-loader": "^6.2.0", |
35 | | - "react": "18.3.1", |
36 | | - "react-dom": "18.3.1", |
37 | | - "react-native": "0.77.2", |
38 | | - "react-native-gesture-handler": "~2.22.0", |
| 35 | + "react": "19.1.0", |
| 36 | + "react-dom": "19.1.0", |
| 37 | + "react-native": "0.81.4", |
| 38 | + "react-native-gesture-handler": "~2.28.0", |
39 | 39 | "react-native-monorepo-config": "^0.1.6", |
40 | | - "react-native-reanimated": "~3.16.7", |
41 | | - "react-native-safe-area-context": "5.1.0", |
42 | | - "react-native-screens": "~4.8.0", |
43 | | - "react-native-web": "~0.19.13", |
| 40 | + "react-native-reanimated": "~4.1.1", |
| 41 | + "react-native-safe-area-context": "~5.6.0", |
| 42 | + "react-native-screens": "~4.16.0", |
| 43 | + "react-native-web": "^0.21.0", |
| 44 | + "react-native-worklets": "0.5.1", |
44 | 45 | "typeface-roboto": "^1.1.13" |
45 | 46 | }, |
46 | 47 | "devDependencies": { |
47 | 48 | "@babel/core": "^7.25.2", |
48 | 49 | "babel-plugin-module-resolver": "^5.0.0", |
49 | | - "babel-preset-expo": "~12.0.0", |
| 50 | + "babel-preset-expo": "~54.0.0", |
50 | 51 | "url-loader": "^4.1.1" |
51 | 52 | }, |
52 | 53 | "engines": { |
53 | | - "node": ">=18" |
| 54 | + "node": ">=20" |
54 | 55 | } |
55 | 56 | } |
0 commit comments