|
10 | 10 | "lint": "eslint . --ext .ts,.tsx --quiet"
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@react-native-async-storage/async-storage": "~1.15.0", |
| 13 | + "@react-native-async-storage/async-storage": "1.17.3", |
14 | 14 | "@react-native-community/masked-view": "0.1.10",
|
15 |
| - "@react-navigation/drawer": "^5.12.5", |
16 |
| - "@react-navigation/native": "^5.9.4", |
17 |
| - "@react-navigation/stack": "^5.14.5", |
18 |
| - "dayjs": "^1.10.5", |
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", |
28 |
| - "i18n-js": "^3.8.0", |
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", |
33 |
| - "react-native-keyboard-aware-scroll-view": "^0.9.4", |
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" |
| 15 | + "@react-navigation/drawer": "5.12.5", |
| 16 | + "@react-navigation/native": "5.9.4", |
| 17 | + "@react-navigation/stack": "5.14.5", |
| 18 | + "dayjs": "1.10.5", |
| 19 | + "expo": "45.0.0", |
| 20 | + "expo-app-loading": "2.0.0", |
| 21 | + "expo-blur": "11.1.0", |
| 22 | + "expo-constants": "13.1.1", |
| 23 | + "expo-haptics": "11.2.0", |
| 24 | + "expo-linear-gradient": "11.3.0", |
| 25 | + "expo-localization": "13.0.0", |
| 26 | + "expo-modules-core": "0.9.2", |
| 27 | + "expo-status-bar": "1.3.0", |
| 28 | + "i18n-js": "3.8.0", |
| 29 | + "react": "17.0.2", |
| 30 | + "react-dom": "17.0.2", |
| 31 | + "react-native": "0.68.2", |
| 32 | + "react-native-gesture-handler": "2.2.1", |
| 33 | + "react-native-keyboard-aware-scroll-view": "0.9.4", |
| 34 | + "react-native-pager-view": "5.4.15", |
| 35 | + "react-native-reanimated": "2.8.0", |
| 36 | + "react-native-safe-area-context": "4.2.4", |
| 37 | + "react-native-screens": "3.11.1", |
| 38 | + "react-native-web": "0.17.7" |
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "@babel/core": "^7.12.9", |
42 |
| - "@react-native-community/eslint-config": "^2.0.0", |
43 |
| - "@types/i18n-js": "^3.8.1", |
44 |
| - "@types/react": "~17.0.21", |
45 |
| - "@types/react-native": "~0.64.12", |
46 |
| - "eslint": "^7.28.0", |
47 |
| - "jest-expo": "^44.0.0", |
48 |
| - "typescript": "~4.3.5" |
| 41 | + "@babel/core": "7.12.9", |
| 42 | + "@react-native-community/eslint-config": "2.0.0", |
| 43 | + "@types/i18n-js": "3.8.1", |
| 44 | + "@types/react": "17.0.21", |
| 45 | + "@types/react-native": "0.67.6", |
| 46 | + "eslint": "7.28.0", |
| 47 | + "jest-expo": "45.0.0", |
| 48 | + "typescript": "4.3.5" |
49 | 49 | },
|
50 | 50 | "private": true,
|
51 | 51 | "jest": {
|
|
0 commit comments