|
11 | 11 | "typecheck": "tsc --noEmit" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "expo": "~51.0.31", |
15 | | - "expo-constants": "~16.0.2", |
16 | | - "expo-linking": "~6.3.1", |
17 | | - "expo-router": "~3.5.23", |
18 | | - "expo-splash-screen": "~0.27.5", |
19 | | - "expo-status-bar": "~1.12.1", |
| 14 | + "expo": "^52.0.11", |
| 15 | + "expo-constants": "~17.0.3", |
| 16 | + "expo-linking": "~7.0.3", |
| 17 | + "expo-router": "~4.0.9", |
| 18 | + "expo-splash-screen": "~0.29.13", |
| 19 | + "expo-status-bar": "~2.0.0", |
20 | 20 | "jotai": "^2.8.4", |
21 | 21 | "nanoid": "^3.3.7", |
22 | | - "react": "18.2.0", |
23 | | - "react-dom": "18.2.0", |
24 | | - "react-native": "0.74.5", |
| 22 | + "react": "18.3.1", |
| 23 | + "react-dom": "18.3.1", |
| 24 | + "react-native": "0.76.3", |
25 | 25 | "react-native-get-random-values": "~1.11.0", |
26 | | - "react-native-safe-area-context": "4.10.5", |
27 | | - "react-native-screens": "3.31.1", |
28 | | - "react-native-web": "~0.19.6" |
| 26 | + "react-native-safe-area-context": "4.12.0", |
| 27 | + "react-native-screens": "~4.1.0", |
| 28 | + "react-native-web": "~0.19.13" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | 31 | "@babel/core": "^7.20.0", |
32 | | - "@expo/metro-runtime": "~3.2.3", |
33 | | - "@testing-library/react-native": "^12.8.0", |
| 32 | + "@expo/metro-runtime": "~4.0.0", |
| 33 | + "@testing-library/react-native": "^12.8.1", |
34 | 34 | "@types/eslint": "^8.56.10", |
35 | 35 | "@types/jest": "^29.5.12", |
36 | | - "@types/react": "~18.2.45", |
| 36 | + "@types/react": "~18.3.12", |
37 | 37 | "@types/react-native-get-random-values": "^1", |
38 | 38 | "eslint": "^8.57.0", |
39 | 39 | "jest": "^29.7.0", |
|
0 commit comments