|
11 | 11 | "lint": "eslint . --ext .ts,.tsx --fix" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@react-native/metro-config": "^0.81.5", |
15 | | - "@react-navigation/drawer": "^7.8.1", |
16 | | - "@react-navigation/native": "^7.1.28", |
17 | | - "@shopify/react-native-skia": "2.4.21", |
18 | | - "expo": "^54.0.27", |
19 | | - "expo-build-properties": "~1.0.10", |
20 | | - "expo-constants": "~18.0.11", |
21 | | - "expo-font": "~14.0.10", |
22 | | - "expo-linking": "~8.0.10", |
23 | | - "expo-router": "~6.0.17", |
24 | | - "expo-status-bar": "~3.0.9", |
25 | | - "metro-config": "^0.81.5", |
26 | | - "react": "19.1.0", |
27 | | - "react-native": "0.81.5", |
28 | | - "react-native-device-info": "^15.0.2", |
| 14 | + "@expo/log-box": "~55.0.10", |
| 15 | + "@react-native/metro-config": "^0.83.0", |
| 16 | + "@react-navigation/drawer": "^7.9.4", |
| 17 | + "@react-navigation/native": "^7.2.2", |
| 18 | + "@shopify/react-native-skia": "2.6.2", |
| 19 | + "expo": "^55.0.13", |
| 20 | + "expo-build-properties": "~55.0.13", |
| 21 | + "expo-constants": "~55.0.13", |
| 22 | + "expo-font": "~55.0.6", |
| 23 | + "expo-linking": "~55.0.12", |
| 24 | + "expo-router": "~55.0.11", |
| 25 | + "expo-status-bar": "~55.0.5", |
| 26 | + "metro-config": "^0.83.0", |
| 27 | + "react": "19.2.5", |
| 28 | + "react-native": "0.83.4", |
29 | 29 | "react-native-executorch": "workspace:*", |
30 | 30 | "react-native-executorch-expo-resource-fetcher": "workspace:*", |
31 | | - "react-native-gesture-handler": "~2.28.0", |
32 | | - "react-native-image-picker": "^7.2.2", |
| 31 | + "react-native-gesture-handler": "~2.31.1", |
| 32 | + "react-native-image-picker": "^8.2.1", |
33 | 33 | "react-native-loading-spinner-overlay": "^3.0.1", |
34 | 34 | "react-native-nitro-image": "0.13.0", |
35 | 35 | "react-native-nitro-modules": "0.35.2", |
36 | | - "react-native-reanimated": "~4.2.2", |
37 | | - "react-native-safe-area-context": "~5.6.0", |
38 | | - "react-native-screens": "~4.16.0", |
39 | | - "react-native-svg": "15.15.3", |
| 36 | + "react-native-reanimated": "~4.3.0", |
| 37 | + "react-native-safe-area-context": "~5.7.0", |
| 38 | + "react-native-screens": "~4.24.0", |
| 39 | + "react-native-svg": "15.15.4", |
40 | 40 | "react-native-svg-transformer": "^1.5.3", |
41 | 41 | "react-native-vision-camera": "5.0.0-beta.7", |
42 | | - "react-native-worklets": "0.7.4" |
| 42 | + "react-native-worklets": "0.8.1" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | 45 | "@babel/core": "^7.29.0", |
46 | 46 | "@types/pngjs": "^6.0.5", |
47 | | - "@types/react": "~19.2.0" |
| 47 | + "@types/react": "~19.2.0", |
| 48 | + "babel-preset-expo": "~55.0.16" |
48 | 49 | }, |
49 | 50 | "private": true |
50 | 51 | } |
0 commit comments