|
8 | 8 | "eject": "expo eject" |
9 | 9 | }, |
10 | 10 | "dependencies": { |
11 | | - "@expo/vector-icons": "^13.0.0", |
12 | 11 | "@react-native-async-storage/async-storage": "~1.17.3", |
13 | | - "@react-native-masked-view/masked-view": "0.2.6", |
14 | | - "@react-navigation/native": "^6.0.6", |
15 | | - "@react-navigation/stack": "^6.0.11", |
| 12 | + "@react-native-masked-view/masked-view": "0.2.7", |
| 13 | + "@react-navigation/native": "^6.0.11", |
| 14 | + "@react-navigation/stack": "^6.2.2", |
16 | 15 | "dotenv": "^10.0.0", |
17 | | - "expo": "^45.0.0", |
18 | | - "expo-constants": "~13.1.1", |
| 16 | + "expo": "^46.0.0", |
| 17 | + "expo-constants": "~13.2.3", |
19 | 18 | "firebase": "9.6.11", |
20 | 19 | "formik": "2.1.4", |
21 | | - "react": "17.0.2", |
22 | | - "react-dom": "17.0.2", |
23 | | - "react-native": "0.68.2", |
24 | | - "react-native-gesture-handler": "~2.2.1", |
| 20 | + "react": "18.0.0", |
| 21 | + "react-dom": "18.0.0", |
| 22 | + "react-native": "0.69.4", |
| 23 | + "react-native-gesture-handler": "~2.5.0", |
25 | 24 | "react-native-keyboard-aware-scroll-view": "^0.9.4", |
26 | | - "react-native-reanimated": "~2.8.0", |
27 | | - "react-native-safe-area-context": "4.2.4", |
28 | | - "react-native-screens": "~3.11.1", |
29 | | - "react-native-web": "0.17.7", |
| 25 | + "react-native-reanimated": "~2.9.1", |
| 26 | + "react-native-safe-area-context": "4.3.1", |
| 27 | + "react-native-screens": "~3.15.0", |
| 28 | + "react-native-web": "~0.18.7", |
30 | 29 | "yup": "0.27.0" |
31 | 30 | }, |
32 | 31 | "devDependencies": { |
33 | | - "@babel/core": "^7.12.9", |
| 32 | + "@babel/core": "^7.18.6", |
34 | 33 | "@babel/runtime": "^7.9.0", |
35 | | - "babel-preset-expo": "~9.1.0" |
| 34 | + "babel-preset-expo": "~9.2.0" |
36 | 35 | }, |
37 | 36 | "private": true |
38 | 37 | } |
0 commit comments