|
10 | 10 | "lint": "eslint . --ext .ts,.tsx --quiet" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@react-native-async-storage/async-storage": "^1.13.0", |
| 13 | + "@react-native-async-storage/async-storage": "~1.15.0", |
14 | 14 | "@react-native-community/masked-view": "0.1.10", |
15 | 15 | "@react-navigation/drawer": "^5.12.5", |
16 | 16 | "@react-navigation/native": "^5.9.4", |
17 | 17 | "@react-navigation/stack": "^5.14.5", |
18 | 18 | "dayjs": "^1.10.5", |
19 | | - "expo": "^41.0.1", |
20 | | - "expo-app-loading": "^1.0.3", |
21 | | - "expo-blur": "~9.0.3", |
22 | | - "expo-constants": "~10.1.3", |
23 | | - "expo-haptics": "~10.0.0", |
24 | | - "expo-linear-gradient": "^9.1.0", |
25 | | - "expo-localization": "~10.1.0", |
26 | | - "expo-status-bar": "~1.0.4", |
| 19 | + "expo": "^44.0.0", |
| 20 | + "expo-app-loading": "~1.3.0", |
| 21 | + "expo-blur": "~11.0.0", |
| 22 | + "expo-constants": "~13.0.1", |
| 23 | + "expo-haptics": "~11.1.0", |
| 24 | + "expo-linear-gradient": "~11.0.3", |
| 25 | + "expo-localization": "~12.0.0", |
| 26 | + "expo-modules-core": "~0.6.4", |
| 27 | + "expo-status-bar": "~1.2.0", |
27 | 28 | "i18n-js": "^3.8.0", |
28 | | - "react": "16.13.1", |
29 | | - "react-dom": "16.13.1", |
30 | | - "react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz", |
31 | | - "react-native-gesture-handler": "~1.10.2", |
| 29 | + "react": "17.0.1", |
| 30 | + "react-dom": "17.0.1", |
| 31 | + "react-native": "0.64.3", |
| 32 | + "react-native-gesture-handler": "~2.1.0", |
32 | 33 | "react-native-keyboard-aware-scroll-view": "^0.9.4", |
33 | | - "react-native-pager-view": "5.0.12", |
34 | | - "react-native-reanimated": "~2.1.0", |
35 | | - "react-native-safe-area-context": "3.2.0", |
36 | | - "react-native-screens": "~3.0.0", |
37 | | - "react-native-web": "^0.16.3" |
| 34 | + "react-native-pager-view": "5.4.9", |
| 35 | + "react-native-reanimated": "~2.3.1", |
| 36 | + "react-native-safe-area-context": "3.3.2", |
| 37 | + "react-native-screens": "~3.10.1", |
| 38 | + "react-native-web": "0.17.1" |
38 | 39 | }, |
39 | 40 | "devDependencies": { |
40 | | - "@babel/core": "^7.14.3", |
| 41 | + "@babel/core": "^7.12.9", |
41 | 42 | "@react-native-community/eslint-config": "^2.0.0", |
42 | 43 | "@types/i18n-js": "^3.8.1", |
43 | | - "@types/react": "~16.9.35", |
44 | | - "@types/react-native": "~0.63.2", |
| 44 | + "@types/react": "~17.0.21", |
| 45 | + "@types/react-native": "~0.64.12", |
45 | 46 | "eslint": "^7.28.0", |
46 | | - "jest-expo": "^41.0.0", |
47 | | - "typescript": "^4.3.4" |
| 47 | + "jest-expo": "^44.0.0", |
| 48 | + "typescript": "~4.3.5" |
48 | 49 | }, |
49 | 50 | "private": true, |
50 | 51 | "jest": { |
|
0 commit comments