|
14 | 14 | "deploy": "npx expo export -p web && npx eas-cli@latest deploy" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
| 17 | + "@expo/log-box": "55.0.12", |
17 | 18 | "@expo/vector-icons": "^15.0.2", |
18 | 19 | "@multitv/shared": "*", |
19 | | - "expo": "^54.0.20", |
20 | | - "expo-build-properties": "~1.0.9", |
21 | | - "expo-font": "~14.0.9", |
22 | | - "expo-linking": "~8.0.8", |
23 | | - "expo-router": "~6.0.13", |
24 | | - "expo-splash-screen": "~31.0.10", |
25 | | - "expo-status-bar": "~3.0.8", |
26 | | - "expo-system-ui": "~6.0.8", |
27 | | - "expo-web-browser": "~15.0.8", |
| 20 | + "expo": "^55.0.0", |
| 21 | + "expo-build-properties": "~55.0.14", |
| 22 | + "expo-constants": "~55.0.16", |
| 23 | + "expo-font": "~55.0.7", |
| 24 | + "expo-linking": "~55.0.15", |
| 25 | + "expo-router": "~55.0.14", |
| 26 | + "expo-splash-screen": "~55.0.21", |
| 27 | + "expo-status-bar": "~55.0.6", |
| 28 | + "expo-system-ui": "~55.0.18", |
| 29 | + "expo-web-browser": "~55.0.16", |
28 | 30 | "lottie-react-native": "7.3.4", |
29 | | - "react": "19.1.0", |
30 | | - "react-dom": "19.1.0", |
31 | | - "react-native": "npm:react-native-tvos@0.81-stable", |
32 | | - "react-native-gesture-handler": "~2.28.0", |
33 | | - "react-native-reanimated": "~4.1.1", |
| 31 | + "react": "19.2.0", |
| 32 | + "react-dom": "19.2.0", |
| 33 | + "react-native": "npm:react-native-tvos@0.83.6-0", |
| 34 | + "react-native-gesture-handler": "~2.30.0", |
| 35 | + "react-native-reanimated": "4.2.1", |
34 | 36 | "react-native-safe-area-context": "~5.6.0", |
35 | | - "react-native-screens": "~4.16.0", |
| 37 | + "react-native-screens": "~4.23.0", |
36 | 38 | "react-native-web": "^0.21.0", |
37 | | - "react-native-worklets": "0.5.1" |
| 39 | + "react-native-worklets": "0.7.4" |
38 | 40 | }, |
39 | 41 | "devDependencies": { |
| 42 | + "@babel/core": "^7.25.0", |
40 | 43 | "@react-native-tvos/config-tv": "^0.1.4", |
41 | | - "@types/react": "~19.1.10", |
| 44 | + "@types/react": "~19.2.10", |
42 | 45 | "typescript": "~5.9.2" |
43 | 46 | }, |
44 | 47 | "expo": { |
|
0 commit comments