|
11 | 11 | "start": "expo start" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@react-navigation/drawer": "6.5.0", |
15 | | - "@react-navigation/native": "6.0.13", |
16 | | - "expo": "44.0.6", |
17 | | - "react": "17.0.1", |
18 | | - "react-dom": "17.0.1", |
19 | | - "react-native": "0.64.3", |
20 | | - "react-native-gesture-handler": "~2.1.0", |
| 14 | + "@react-navigation/drawer": "^6.5.3", |
| 15 | + "@react-navigation/native": "^6.0.16", |
| 16 | + "expo": "^47.0.0", |
| 17 | + "react": "18.1.0", |
| 18 | + "react-dom": "18.1.0", |
| 19 | + "react-native": "0.70.5", |
| 20 | + "react-native-gesture-handler": "~2.8.0", |
21 | 21 | "react-native-popper": "0.3.2", |
22 | | - "react-native-reanimated": "2.3.1", |
23 | | - "react-native-safe-area-context": "3.3.2", |
24 | | - "react-native-screens": "3.10.1", |
25 | | - "react-native-web": "0.18.9", |
| 22 | + "react-native-reanimated": "2.12.0", |
| 23 | + "react-native-safe-area-context": "4.4.1", |
| 24 | + "react-native-screens": "~3.18.0", |
| 25 | + "react-native-web": "~0.18.7", |
26 | 26 | "twrnc": "3.4.1" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@babel/core": "7.18.9", |
| 29 | + "@babel/core": "^7.19.3", |
30 | 30 | "@babel/runtime": "7.18.9", |
31 | | - "@types/react": "17.0.30", |
32 | | - "@types/react-native": "0.64.24", |
| 31 | + "@types/react": "~18.0.24", |
| 32 | + "@types/react-native": "~0.70.6", |
33 | 33 | "babel-loader": "8.2.5", |
34 | 34 | "babel-plugin-module-resolver": "4.1.0", |
35 | | - "babel-preset-expo": "9.1.0", |
| 35 | + "babel-preset-expo": "~9.2.1", |
36 | 36 | "expo-cli": "6.0.0" |
37 | 37 | }, |
38 | 38 | "resolutions": { |
39 | | - "**/@types/react": "17.0.30", |
40 | 39 | "react-error-overlay": "6.0.11", |
41 | | - "react-native-reanimated": "2.3.1" |
| 40 | + "react-native-reanimated": "2.12.0" |
42 | 41 | } |
43 | 42 | } |
0 commit comments