|
12 | 12 | "preset": "jest-expo"
|
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 |
| - "@expo/vector-icons": "~10.0.0", |
16 |
| - "@react-native-community/masked-view": "0.1.5", |
| 15 | + "@expo/vector-icons": "^12.0.0", |
| 16 | + "@react-native-community/masked-view": "0.1.10", |
17 | 17 | "@react-navigation/bottom-tabs": "^5.0.0",
|
18 |
| - "@react-navigation/native": "^5.0.0", |
| 18 | + "@react-navigation/native": "^5.9.4", |
19 | 19 | "@react-navigation/stack": "^5.0.0",
|
20 | 20 | "@react-navigation/web": "~1.0.0-alpha.9",
|
21 |
| - "expo": "~36.0.0", |
22 |
| - "expo-asset": "~8.0.0", |
23 |
| - "expo-constants": "~8.0.0", |
24 |
| - "expo-font": "~8.0.0", |
25 |
| - "expo-linear-gradient": "~8.0.0", |
26 |
| - "expo-web-browser": "~8.0.0", |
27 |
| - "react": "~16.9.0", |
28 |
| - "react-dom": "~16.9.0", |
29 |
| - "react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz", |
30 |
| - "react-native-gesture-handler": "~1.5.0", |
31 |
| - "react-native-safe-area-context": "0.6.0", |
32 |
| - "react-native-screens": "2.0.0-alpha.12", |
33 |
| - "react-native-svg": "9.13.3", |
34 |
| - "react-native-web": "~0.11.7", |
| 21 | + "expo": "^41.0.0", |
| 22 | + "expo-asset": "~8.3.1", |
| 23 | + "expo-constants": "~10.1.3", |
| 24 | + "expo-font": "~9.1.0", |
| 25 | + "expo-linear-gradient": "~9.1.0", |
| 26 | + "expo-linking": "~2.2.3", |
| 27 | + "expo-web-browser": "~9.1.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", |
| 32 | + "react-native-safe-area-context": "3.2.0", |
| 33 | + "react-native-screens": "~3.0.0", |
| 34 | + "react-native-svg": "12.1.0", |
| 35 | + "react-native-web": "~0.13.12", |
35 | 36 | "react-spring": "^8.0.27"
|
36 | 37 | },
|
37 | 38 | "devDependencies": {
|
38 |
| - "@babel/core": "^7.0.0", |
39 |
| - "babel-preset-expo": "~8.0.0", |
40 |
| - "jest-expo": "~36.0.1" |
| 39 | + "@babel/core": "~7.9.0", |
| 40 | + "babel-preset-expo": "8.3.0", |
| 41 | + "jest-expo": "^41.0.0" |
41 | 42 | },
|
42 | 43 | "private": true
|
43 | 44 | }
|
0 commit comments