|
8 | 8 | "eject": "expo eject" |
9 | 9 | }, |
10 | 10 | "dependencies": { |
11 | | - "expo": "~40.0.0", |
12 | | - "expo-linear-gradient": "~8.4.0", |
13 | | - "expo-status-bar": "~1.0.3", |
14 | | - "react": "16.13.1", |
15 | | - "react-dom": "16.13.1", |
16 | | - "react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz", |
17 | | - "react-native-web": "~0.13.12" |
| 11 | + "expo": "50", |
| 12 | + "expo-linear-gradient": "~12.7.2", |
| 13 | + "expo-status-bar": "~1.11.1", |
| 14 | + "react": "18.2.0", |
| 15 | + "react-dom": "18.2.0", |
| 16 | + "react-native": "0.73.4", |
| 17 | + "react-native-web": "~0.19.6" |
18 | 18 | }, |
19 | 19 | "devDependencies": { |
20 | | - "@babel/core": "~7.9.0", |
21 | | - "@expo/webpack-config": "^0.12.68", |
22 | | - "@types/react": "~16.9.35", |
23 | | - "@types/react-dom": "~16.9.8", |
| 20 | + "@babel/core": "^7.20.0", |
| 21 | + "@expo/webpack-config": "^19.0.0", |
| 22 | + "@types/react": "~18.2.14", |
| 23 | + "@types/react-dom": "~18.0.10", |
24 | 24 | "@types/react-native": "~0.63.2", |
25 | 25 | "babel-plugin-module-resolver": "^4.1.0", |
26 | | - "typescript": "~4.0.0" |
| 26 | + "typescript": "^5.1.3" |
27 | 27 | }, |
28 | 28 | "private": true |
29 | 29 | } |
0 commit comments