|
12 | 12 | "@react-native-community/netinfo": "6.0.0", |
13 | 13 | "@react-navigation/native": "5.8.10", |
14 | 14 | "@react-navigation/stack": "5.12.8", |
15 | | - "expo": "41.0.1", |
16 | | - "expo-blur": "9.0.3", |
17 | | - "expo-document-picker": "9.1.2", |
18 | | - "expo-file-system": "11.0.2", |
19 | | - "expo-haptics": "10.0.0", |
20 | | - "expo-image-manipulator": "9.1.0", |
21 | | - "expo-image-picker": "10.1.4", |
22 | | - "expo-media-library": "12.0.2", |
23 | | - "expo-sharing": "9.1.2", |
| 15 | + "expo": "^42.0.0", |
| 16 | + "expo-blur": "~9.0.3", |
| 17 | + "expo-document-picker": "~9.2.4", |
| 18 | + "expo-file-system": "~11.1.3", |
| 19 | + "expo-haptics": "~10.1.0", |
| 20 | + "expo-image-manipulator": "~9.2.2", |
| 21 | + "expo-image-picker": "~10.2.2", |
| 22 | + "expo-media-library": "~12.1.2", |
| 23 | + "expo-sharing": "~9.2.1", |
24 | 24 | "react": "16.13.1", |
25 | 25 | "react-dom": "16.13.1", |
26 | | - "react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz", |
27 | | - "react-native-gesture-handler": "1.10.2", |
28 | | - "react-native-reanimated": "2.1.0", |
| 26 | + "react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz", |
| 27 | + "react-native-gesture-handler": "~1.10.2", |
| 28 | + "react-native-reanimated": "~2.2.0", |
29 | 29 | "react-native-safe-area-context": "3.2.0", |
30 | | - "react-native-screens": "3.0.0", |
31 | | - "react-native-svg": "12.1.0", |
| 30 | + "react-native-screens": "~3.4.0", |
| 31 | + "react-native-svg": "12.1.1", |
32 | 32 | "stream-chat-expo": "link:../../package/expo-package", |
33 | 33 | "stream-chat-react-native-core": "link:../../package" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@babel/core": "7.12.9", |
37 | | - "babel-preset-expo": "8.3.0" |
| 36 | + "@babel/core": "~7.9.0", |
| 37 | + "@types/react-native": "~0.63.2", |
| 38 | + "babel-preset-expo": "8.3.0", |
| 39 | + "typescript": "~4.0.0" |
38 | 40 | }, |
39 | 41 | "private": true |
40 | 42 | } |
0 commit comments