|
11 | 11 | "start": "expo start --dev-client" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
| 14 | + "@expo/webpack-config": "^18.0.1", |
14 | 15 | "@react-native-masked-view/masked-view": "0.2.8", |
15 | | - "@react-navigation/drawer": "^6.5.7", |
16 | | - "@react-navigation/native": "^6.0.16", |
17 | | - "@react-navigation/stack": "^6.3.11", |
18 | | - "expo": "^48.0.0", |
| 16 | + "@react-navigation/drawer": "^6.6.2", |
| 17 | + "@react-navigation/native": "^6.1.6", |
| 18 | + "@react-navigation/stack": "^6.3.16", |
| 19 | + "expo": "48.0.16", |
19 | 20 | "expo-dev-client": "~2.2.1", |
20 | 21 | "expo-haptics": "~12.2.1", |
21 | 22 | "expo-screen-orientation": "~5.1.1", |
22 | | - "expo-splash-screen": "~0.18.1", |
| 23 | + "expo-splash-screen": "~0.18.2", |
23 | 24 | "expo-status-bar": "~1.4.4", |
24 | 25 | "react": "18.2.0", |
25 | 26 | "react-dom": "18.2.0", |
26 | 27 | "react-native": "0.71.3", |
27 | 28 | "react-native-gesture-handler": "~2.9.0", |
28 | 29 | "react-native-popper": "0.3.2", |
29 | | - "react-native-reanimated": "^3.0.1", |
| 30 | + "react-native-reanimated": "^3.1.0", |
30 | 31 | "react-native-safe-area-context": "4.5.0", |
31 | 32 | "react-native-screens": "~3.20.0", |
32 | 33 | "react-native-svg": "^13.9.0", |
33 | 34 | "react-native-web": "~0.18.11", |
| 35 | + "setimmediate": "^1.0.5", |
34 | 36 | "sharp-cli": "^4.1.0", |
35 | 37 | "twrnc": "^3.6.0" |
36 | 38 | }, |
|
42 | 44 | "@types/react-native": "^0.71.3", |
43 | 45 | "babel-loader": "8.2.5", |
44 | 46 | "babel-plugin-module-resolver": "4.1.0", |
45 | | - "babel-preset-expo": "^9.3.0", |
46 | | - "expo-cli": "6.0.0" |
| 47 | + "babel-preset-expo": "^9.3.0" |
47 | 48 | }, |
48 | 49 | "resolutions": { |
49 | 50 | "react-error-overlay": "6.0.9", |
50 | | - "react-native-reanimated": "3.0.1" |
| 51 | + "react-native-reanimated": "3.1.0" |
51 | 52 | } |
52 | 53 | } |
0 commit comments