|
14 | 14 | "preset": "jest-expo" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@expo/vector-icons": "^10.2.0", |
18 | | - "@react-native-community/async-storage": "^1.11.0", |
19 | | - "@react-native-community/masked-view": "0.1.6", |
| 17 | + "@expo/vector-icons": "^12.0.0", |
| 18 | + "@react-native-community/async-storage": "~1.12.0", |
| 19 | + "@react-native-community/masked-view": "0.1.10", |
20 | 20 | "@react-navigation/bottom-tabs": "^5.5.1", |
21 | 21 | "@react-navigation/core": "^5.9.0", |
22 | 22 | "@react-navigation/native": "^5.5.0", |
23 | 23 | "@react-navigation/stack": "^5.4.1", |
24 | 24 | "axios": "^0.19.2", |
25 | | - "expo": "^37.0.12", |
26 | | - "expo-asset": "^8.1.5", |
27 | | - "expo-constants": "~9.0.0", |
28 | | - "expo-font": "~8.1.0", |
29 | | - "expo-permissions": "~8.1.0", |
30 | | - "expo-web-browser": "^8.1.1", |
31 | | - "lottie-react-native": "~2.6.1", |
| 25 | + "expo": "^41.0.0", |
| 26 | + "expo-asset": "~8.3.1", |
| 27 | + "expo-constants": "~10.1.3", |
| 28 | + "expo-font": "~9.1.0", |
| 29 | + "expo-permissions": "~12.0.1", |
| 30 | + "expo-web-browser": "~9.1.0", |
| 31 | + "lottie-react-native": "3.5.0", |
32 | 32 | "prop-types": "^15.7.2", |
33 | | - "react": "~16.9.0", |
34 | | - "react-dom": "~16.9.0", |
35 | | - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", |
| 33 | + "react": "16.13.1", |
| 34 | + "react-dom": "16.13.1", |
| 35 | + "react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz", |
36 | 36 | "react-native-animated-loader": "^0.0.8", |
37 | 37 | "react-native-carousel-view": "^0.5.1", |
38 | 38 | "react-native-collapsible": "^1.5.2", |
39 | 39 | "react-native-elements": "^2.0.1", |
40 | | - "react-native-gesture-handler": "~1.6.0", |
41 | | - "react-native-maps": "0.26.1", |
42 | | - "react-native-safe-area-context": "0.7.3", |
43 | | - "react-native-screens": "~2.2.0", |
44 | | - "react-native-svg": "11.0.1", |
| 40 | + "react-native-gesture-handler": "~1.10.2", |
| 41 | + "react-native-maps": "0.27.1", |
| 42 | + "react-native-safe-area-context": "3.2.0", |
| 43 | + "react-native-screens": "~3.0.0", |
| 44 | + "react-native-svg": "12.1.0", |
45 | 45 | "react-native-svg-transformer": "^0.14.3", |
46 | 46 | "react-native-vector-icons": "6.6.0", |
47 | | - "react-native-web": "^0.11.7", |
| 47 | + "react-native-web": "~0.13.12", |
48 | 48 | "react-redux": "^7.2.0", |
49 | 49 | "redux": "^4.0.5", |
50 | 50 | "redux-logger": "^3.0.6", |
51 | 51 | "redux-persist": "^6.0.0", |
52 | 52 | "redux-thunk": "^2.3.0" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@babel/core": "^7.10.1", |
56 | | - "@types/react": "^16.9.38", |
57 | | - "@types/react-dom": "^16.9.8", |
| 55 | + "@babel/core": "~7.9.0", |
| 56 | + "@types/react": "~16.9.35", |
| 57 | + "@types/react-dom": "~16.9.8", |
58 | 58 | "@types/react-redux": "^7.1.9", |
59 | 59 | "@typescript-eslint/eslint-plugin": "^3.3.0", |
60 | 60 | "@typescript-eslint/parser": "^3.3.0", |
61 | | - "babel-preset-expo": "~8.1.0", |
| 61 | + "babel-preset-expo": "8.3.0", |
62 | 62 | "eslint": "^7.2.0", |
63 | 63 | "eslint-plugin-react": "^7.20.0", |
64 | 64 | "fs": "0.0.1-security", |
65 | | - "jest-expo": "~37.0.0", |
66 | | - "typescript": "^3.9.5" |
| 65 | + "jest-expo": "^41.0.0", |
| 66 | + "typescript": "~4.0.0" |
67 | 67 | }, |
68 | 68 | "private": true |
69 | 69 | } |
0 commit comments