|
10 | 10 | "lint": "eslint . --fix" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@react-navigation/bottom-tabs": "^7.2.0", |
14 | | - "@react-navigation/native": "^7.0.14", |
15 | | - "@react-navigation/native-stack": "^7.2.0", |
| 13 | + "@react-navigation/bottom-tabs": "^7.8.6", |
| 14 | + "@react-navigation/native": "^7.1.21", |
| 15 | + "@react-navigation/native-stack": "^7.8.0", |
16 | 16 | "expo": "^54", |
17 | | - "expo-constants": "~18.0.9", |
18 | | - "expo-linking": "~8.0.8", |
19 | | - "expo-router": "~6.0.8", |
20 | | - "expo-splash-screen": "~31.0.10", |
| 17 | + "expo-constants": "~18.0.10", |
| 18 | + "expo-linking": "~8.0.9", |
| 19 | + "expo-router": "~6.0.15", |
| 20 | + "expo-splash-screen": "~31.0.11", |
21 | 21 | "expo-status-bar": "~3.0.8", |
22 | | - "expo-system-ui": "~6.0.7", |
23 | | - "react": "19.1.0", |
24 | | - "react-dom": "19.1.0", |
25 | | - "react-native": "0.81.4", |
26 | | - "react-native-gesture-handler": "~2.28.0", |
27 | | - "react-native-reanimated": "~4.1.1", |
28 | | - "react-native-safe-area-context": "~5.6.0", |
29 | | - "react-native-screens": "~4.16.0", |
30 | | - "react-native-svg": "15.12.1", |
31 | | - "react-native-web": "^0.21.0", |
32 | | - "react-native-worklets": "^0.6.0" |
| 22 | + "expo-system-ui": "~6.0.8", |
| 23 | + "react": "19.2.0", |
| 24 | + "react-dom": "19.2.0", |
| 25 | + "react-native": "0.82.1", |
| 26 | + "react-native-gesture-handler": "~2.29.1", |
| 27 | + "react-native-reanimated": "~4.1.5", |
| 28 | + "react-native-safe-area-context": "~5.6.2", |
| 29 | + "react-native-screens": "~4.18.0", |
| 30 | + "react-native-svg": "15.15.0", |
| 31 | + "react-native-web": "^0.21.2", |
| 32 | + "react-native-worklets": "^0.6.1" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | | - "@babel/core": "^7.24.0", |
36 | | - "@eslint/js": "^9.9.0", |
37 | | - "@types/react": "~19.1.10", |
| 35 | + "@babel/core": "^7.28.5", |
| 36 | + "@eslint/js": "^9.39.1", |
| 37 | + "@types/react": "~19.2.7", |
38 | 38 | "eslint": "9.x", |
39 | | - "eslint-plugin-react": "^7.35.0", |
40 | | - "globals": "^15.9.0", |
41 | | - "typescript": "~5.9.2", |
42 | | - "typescript-eslint": "^8.0.1" |
| 39 | + "eslint-plugin-react": "^7.37.5", |
| 40 | + "globals": "^16.5.0", |
| 41 | + "typescript": "~5.9.3", |
| 42 | + "typescript-eslint": "^8.48.0" |
43 | 43 | }, |
44 | 44 | "private": true |
45 | 45 | } |
0 commit comments