|
9 | 9 | "web": "expo start --web"
|
10 | 10 | },
|
11 | 11 | "dependencies": {
|
12 |
| - "@expo/webpack-config": "^0.17.2", |
13 |
| - "dotenv": "^16.3.1", |
14 |
| - "expo": "^46.0.9", |
15 |
| - "expo-constants": "~13.2.4", |
16 |
| - "expo-keep-awake": "~10.2.0", |
| 12 | + "@expo/webpack-config": "^18.1.3", |
| 13 | + "expo": "^49.0.18", |
| 14 | + "expo-constants": "~14.4.2", |
| 15 | + "expo-keep-awake": "~12.5.0", |
17 | 16 | "p-defer": "^4.0.0",
|
18 | 17 | "p-defer-es5": "^2.0.1",
|
19 |
| - "react": "18.0.0", |
20 |
| - "react-dom": "18.0.0", |
21 |
| - "react-native": "0.69.9", |
22 |
| - "react-native-safe-area-context": "4.3.1", |
23 |
| - "react-native-screens": "~3.15.0", |
24 |
| - "react-native-web": "~0.18.7", |
25 |
| - "react-redux": "^8.0.2", |
| 18 | + "react": "18.2.0", |
| 19 | + "react-dom": "18.2.0", |
| 20 | + "react-native": "0.72.6", |
| 21 | + "react-native-safe-area-context": "4.7.4", |
| 22 | + "react-native-screens": "~3.27.0", |
| 23 | + "react-native-web": "~0.19.9", |
| 24 | + "react-redux": "^8.1.3", |
26 | 25 | "reactgenie-lib": "file:..",
|
27 | 26 | "redux": "^4.2.0"
|
28 | 27 | },
|
29 | 28 | "devDependencies": {
|
30 | 29 | "@babel/core": "^7.8.6",
|
31 | 30 | "@babel/plugin-proposal-decorators": "^7.7.4",
|
32 | 31 | "@babel/plugin-transform-react-constant-elements": "^7.7.4",
|
33 |
| - "@types/react": "~16.9.23", |
34 |
| - "@types/react-native": "~0.61.17", |
| 32 | + "@types/react": "~18.2.37", |
| 33 | + "@types/react-native": "~0.72.6", |
35 | 34 | "babel-plugin-parameter-decorator": "^1.0.16",
|
36 | 35 | "babel-plugin-reactgenie": "0.3.6",
|
37 |
| - "babel-preset-expo": "~8.3.0", |
38 |
| - "typescript": "~3.8.3" |
| 36 | + "babel-preset-expo": "~9.5.2", |
| 37 | + "typescript": "~5.2.2" |
39 | 38 | },
|
40 | 39 | "private": true
|
41 | 40 | }
|
0 commit comments