|
10 | 10 | "typecheck": "tsc", |
11 | 11 | "lint": "eslint . --ext .ts,.tsx --fix" |
12 | 12 | }, |
13 | | - "peerDependencies": { |
14 | | - "react-native": "*" |
15 | | - }, |
16 | 13 | "dependencies": { |
17 | 14 | "@react-native/metro-config": "^0.76.3", |
18 | | - "@react-navigation/drawer": "^7.4.1", |
19 | | - "@react-navigation/native": "^7.1.10", |
20 | | - "expo": "~53.0.8", |
21 | | - "expo-brightness": "~13.1.4", |
22 | | - "expo-calendar": "~14.1.4", |
23 | | - "expo-constants": "~17.1.6", |
24 | | - "expo-font": "~13.3.1", |
25 | | - "expo-linking": "~7.1.5", |
26 | | - "expo-router": "~5.0.7", |
27 | | - "expo-status-bar": "~2.2.3", |
| 15 | + "@react-navigation/drawer": "^7.3.9", |
| 16 | + "@react-navigation/native": "^7.1.6", |
| 17 | + "expo": "^54.0.27", |
| 18 | + "expo-brightness": "~14.0.8", |
| 19 | + "expo-calendar": "~15.0.8", |
| 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", |
28 | 25 | "metro-config": "^0.81.0", |
29 | | - "react": "19.0.0", |
30 | | - "react-native": "0.79.2", |
| 26 | + "react": "19.1.0", |
| 27 | + "react-native": "0.81.5", |
31 | 28 | "react-native-audio-api": "^0.8.2", |
32 | 29 | "react-native-device-info": "^14.0.4", |
33 | 30 | "react-native-executorch": "workspace:*", |
34 | | - "react-native-gesture-handler": "~2.24.0", |
| 31 | + "react-native-gesture-handler": "~2.28.0", |
35 | 32 | "react-native-loading-spinner-overlay": "^3.0.1", |
36 | 33 | "react-native-markdown-display": "^7.0.2", |
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-svg": "15.11.2", |
41 | | - "react-native-svg-transformer": "^1.5.0" |
| 34 | + "react-native-reanimated": "~4.1.1", |
| 35 | + "react-native-safe-area-context": "~5.6.0", |
| 36 | + "react-native-screens": "~4.16.0", |
| 37 | + "react-native-svg": "15.12.1", |
| 38 | + "react-native-svg-transformer": "^1.5.0", |
| 39 | + "react-native-worklets": "0.5.1" |
42 | 40 | }, |
43 | 41 | "devDependencies": { |
44 | 42 | "@babel/core": "^7.25.2", |
45 | | - "@types/react": "~19.0.10" |
| 43 | + "@types/react": "~19.1.10" |
46 | 44 | }, |
47 | 45 | "private": true |
48 | 46 | } |
0 commit comments