|
7 | 7 | "eject": "expo eject"
|
8 | 8 | },
|
9 | 9 | "dependencies": {
|
10 |
| - "@expo/metro-config": "^0.7.1", |
| 10 | + "@expo/metro-config": "~0.10.0", |
11 | 11 | "@react-native/normalize-color": "^2.1.0",
|
12 | 12 | "@react-navigation/native": "^6.1.5",
|
13 | 13 | "@react-navigation/stack": "^6.3.15",
|
14 |
| - "expo": "^48.0.4", |
15 |
| - "expo-status-bar": "~1.4.4", |
| 14 | + "expo": "^49.0.13", |
| 15 | + "expo-status-bar": "~1.6.0", |
16 | 16 | "fuzzysearch": "^1.0.3",
|
17 | 17 | "lodash": "^4.17.21",
|
18 | 18 | "metro-config": "^0.75.1",
|
| 19 | + "moment": "^2.29.4", |
19 | 20 | "react": "18.2.0",
|
20 | 21 | "react-dom": "18.2.0",
|
21 |
| - "react-native": "0.71.3", |
22 |
| - "react-native-gesture-handler": "~2.9.0", |
| 22 | + "react-native": "0.72.5", |
| 23 | + "react-native-gesture-handler": "~2.12.0", |
23 | 24 | "react-native-haptic-feedback": "^1.14.0",
|
24 | 25 | "react-native-navigation": "^7.32.1",
|
25 |
| - "react-native-reanimated": "~2.14.4", |
26 |
| - "react-native-safe-area-context": "4.5.0", |
27 |
| - "react-native-screens": "~3.20.0", |
28 |
| - "react-native-svg": "13.4.0", |
| 26 | + "react-native-reanimated": "~3.3.0", |
| 27 | + "react-native-safe-area-context": "4.6.3", |
| 28 | + "react-native-screens": "~3.22.0", |
| 29 | + "react-native-svg": "13.9.0", |
29 | 30 | "react-native-svg-transformer": "^1.0.0",
|
30 | 31 | "react-native-ui-lib": "^7.1.0",
|
31 |
| - "react-native-web": "~0.18.12", |
| 32 | + "react-native-web": "~0.19.6", |
32 | 33 | "unicorn-demo-app": "^7.1.0"
|
33 | 34 | },
|
34 | 35 | "devDependencies": {
|
35 | 36 | "@babel/core": "^7.21.0",
|
36 |
| - "@types/react": "~18.0.28", |
| 37 | + "@types/react": "~18.2.14", |
37 | 38 | "@types/react-native": "~0.71.3",
|
38 |
| - "typescript": "^4.9.5" |
| 39 | + "typescript": "^5.1.3" |
39 | 40 | },
|
40 | 41 | "private": true
|
41 | 42 | }
|
0 commit comments