|
8 | 8 | "eject": "expo eject"
|
9 | 9 | },
|
10 | 10 | "dependencies": {
|
11 |
| - "@react-navigation/native": "^6.0.4", |
12 |
| - "@react-navigation/stack": "^6.0.9", |
13 |
| - "expo": "~42.0.1", |
14 |
| - "expo-status-bar": "~1.0.4", |
| 11 | + "@react-native/normalize-color": "^2.0.0", |
| 12 | + "@react-navigation/native": "^6.0.13", |
| 13 | + "@react-navigation/stack": "^6.0.13", |
| 14 | + "expo": "^46.0.0", |
| 15 | + "expo-status-bar": "~1.4.0", |
15 | 16 | "fuzzysearch": "^1.0.3",
|
16 | 17 | "lodash": "^4.17.21",
|
17 |
| - "react": "16.13.1", |
18 |
| - "react-dom": "16.13.1", |
19 |
| - "react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz", |
20 |
| - "react-native-gesture-handler": "~1.10.2", |
21 |
| - "react-native-reanimated": "~2.2.0", |
22 |
| - "react-native-safe-area-context": "3.2.0", |
23 |
| - "react-native-screens": "~3.4.0", |
24 |
| - "react-native-svg": "12.1.1", |
| 18 | + "react": "18.0.0", |
| 19 | + "react-dom": "18.0.0", |
| 20 | + "react-native": "0.69.6", |
| 21 | + "react-native-gesture-handler": "~2.5.0", |
| 22 | + "react-native-reanimated": "~2.9.1", |
| 23 | + "react-native-safe-area-context": "4.3.1", |
| 24 | + "react-native-screens": "~3.15.0", |
| 25 | + "react-native-svg": "12.3.0", |
25 | 26 | "react-native-ui-lib": "snapshot",
|
26 |
| - "react-native-web": "~0.13.12", |
| 27 | + "react-native-web": "~0.18.7", |
27 | 28 | "unicorn-demo-app": "snapshot"
|
28 |
| - }, |
| 29 | + }, |
29 | 30 | "devDependencies": {
|
30 |
| - "@babel/core": "^7.9.0", |
31 |
| - "@types/react": "~16.9.35", |
32 |
| - "@types/react-native": "~0.63.2", |
33 |
| - "typescript": "~4.0.0" |
| 31 | + "@babel/core": "^7.18.6", |
| 32 | + "@types/react": "~18.0.0", |
| 33 | + "@types/react-native": "~0.69.1", |
| 34 | + "typescript": "^4.6.3" |
34 | 35 | },
|
35 | 36 | "private": true
|
36 | 37 | }
|
0 commit comments