|
15 | 15 | "dependencies": { |
16 | 16 | "@apollo/client": "^3.3.15", |
17 | 17 | "@expo-google-fonts/quicksand": "^0.1.0", |
18 | | - "@expo/vector-icons": "^12.0.0", |
19 | | - "@react-native-async-storage/async-storage": "~1.15.0", |
| 18 | + "@expo/vector-icons": "^13.0.0", |
| 19 | + "@react-native-async-storage/async-storage": "~1.17.3", |
20 | 20 | "@react-native-community/masked-view": "0.1.10", |
21 | 21 | "@react-navigation/bottom-tabs": "5.11.2", |
22 | 22 | "@react-navigation/native": "~5.8.10", |
23 | 23 | "@react-navigation/stack": "~5.12.8", |
24 | 24 | "@types/react-native-snap-carousel": "^3.8.4", |
25 | 25 | "date-fns": "^2.23.0", |
26 | | - "expo": "^42.0.0", |
27 | | - "expo-app-loading": "^1.0.3", |
28 | | - "expo-asset": "~8.3.3", |
29 | | - "expo-blur": "~9.0.3", |
30 | | - "expo-constants": "^11.0.1", |
31 | | - "expo-font": "~9.2.1", |
32 | | - "expo-linking": "~2.3.1", |
33 | | - "expo-notifications": "^0.12.3", |
34 | | - "expo-splash-screen": "~0.11.2", |
35 | | - "expo-status-bar": "~1.0.4", |
36 | | - "expo-web-browser": "~9.2.0", |
| 26 | + "expo": "^45.0.0", |
| 27 | + "expo-app-loading": "~2.0.0", |
| 28 | + "expo-asset": "~8.5.0", |
| 29 | + "expo-blur": "~11.1.0", |
| 30 | + "expo-constants": "~13.1.1", |
| 31 | + "expo-font": "~10.1.0", |
| 32 | + "expo-linking": "~3.1.0", |
| 33 | + "expo-notifications": "~0.15.2", |
| 34 | + "expo-splash-screen": "~0.15.1", |
| 35 | + "expo-status-bar": "~1.3.0", |
| 36 | + "expo-updates": "~0.13.2", |
| 37 | + "expo-web-browser": "~10.2.1", |
37 | 38 | "graphql": "^15.5.0", |
38 | 39 | "graphql-ws": "^4.5.0", |
39 | 40 | "lodash": "^4.17.21", |
40 | | - "lottie-react-native": "4.0.2", |
| 41 | + "lottie-react-native": "5.0.1", |
41 | 42 | "pluralize": "^8.0.0", |
42 | | - "react": "16.13.1", |
43 | | - "react-dom": "16.13.1", |
| 43 | + "react": "17.0.2", |
| 44 | + "react-dom": "17.0.2", |
44 | 45 | "react-hook-form": "^7.6.0", |
45 | | - "react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz", |
| 46 | + "react-native": "0.68.2", |
46 | 47 | "react-native-elements": "^3.4.2", |
47 | | - "react-native-gesture-handler": "~1.10.2", |
| 48 | + "react-native-gesture-handler": "~2.2.1", |
48 | 49 | "react-native-masked-text": "^1.13.0", |
49 | | - "react-native-reanimated": "~2.2.0", |
50 | | - "react-native-safe-area-context": "3.2.0", |
51 | | - "react-native-screens": "~3.4.0", |
| 50 | + "react-native-reanimated": "~2.8.0", |
| 51 | + "react-native-safe-area-context": "4.2.4", |
| 52 | + "react-native-screens": "~3.11.1", |
52 | 53 | "react-native-snap-carousel": "^3.9.1", |
53 | | - "react-native-svg": "12.1.1", |
54 | | - "react-native-web": "~0.13.12", |
55 | | - "sentry-expo": "^4.0.0", |
| 54 | + "react-native-svg": "12.3.0", |
| 55 | + "react-native-web": "0.17.7", |
| 56 | + "sentry-expo": "^4.2.0", |
56 | 57 | "styled-components": "^5.3.0" |
57 | 58 | }, |
58 | 59 | "devDependencies": { |
59 | | - "@babel/core": "~7.9.0", |
| 60 | + "@babel/core": "^7.12.9", |
60 | 61 | "@types/lodash": "^4.14.171", |
61 | 62 | "@types/pluralize": "^0.0.29", |
62 | | - "@types/react": "~16.9.35", |
63 | | - "@types/react-native": "~0.63.2", |
| 63 | + "@types/react": "~17.0.21", |
| 64 | + "@types/react-native": "~0.67.6", |
64 | 65 | "@types/styled-components": "^5.1.9", |
65 | 66 | "@types/styled-components-react-native": "^5.1.1", |
66 | 67 | "@typescript-eslint/eslint-plugin": "^4.22.0", |
|
71 | 72 | "eslint-plugin-import": "^2.22.1", |
72 | 73 | "eslint-plugin-prettier": "^3.4.0", |
73 | 74 | "eslint-plugin-react": "^7.23.2", |
74 | | - "jest-expo": "^42.0.0", |
| 75 | + "jest-expo": "^45.0.0", |
75 | 76 | "prettier": "^2.2.1", |
76 | | - "typescript": "~4.0.0", |
| 77 | + "typescript": "~4.3.5", |
77 | 78 | "unfetch": "^4.2.0" |
78 | 79 | }, |
79 | 80 | "resolutions": { |
|
0 commit comments