|
1 | 1 | { |
2 | 2 | "name": "exampleexpo", |
3 | 3 | "version": "1.0.0", |
4 | | - "main": "index.js", |
| 4 | + "main": "index.ts", |
5 | 5 | "scripts": { |
6 | 6 | "android": "expo start -c --android", |
7 | 7 | "android:pretty": "PRETTY=true expo start -c --android", |
|
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | 19 | "@faker-js/faker": "^6.0.0-beta.0", |
20 | | - "@react-native-picker/picker": "2.4.0", |
| 20 | + "@react-native-picker/picker": "2.4.2", |
21 | 21 | "@react-navigation/core": "^6.1.0", |
22 | 22 | "@react-navigation/native": "^6.0.6", |
23 | 23 | "@react-navigation/native-stack": "^6.2.5", |
24 | 24 | "@unimodules/core": "^7.1.2", |
25 | 25 | "@unimodules/react-native-adapter": "^6.3.9", |
26 | 26 | "babel-loader": "^8.2.3", |
27 | | - "expo": "~45.0.0", |
28 | | - "expo-blur": "~11.1.0", |
29 | | - "expo-constants": "~13.1.1", |
30 | | - "expo-status-bar": "~1.3.0", |
| 27 | + "expo": "^46.0.0", |
| 28 | + "expo-blur": "~11.2.0", |
| 29 | + "expo-constants": "~13.2.3", |
| 30 | + "expo-status-bar": "~1.4.0", |
| 31 | + "expo-updates": "~0.14.3", |
31 | 32 | "metro-config": "^0.71.1", |
32 | | - "react": "17.0.2", |
33 | | - "react-dom": "17.0.2", |
34 | | - "react-native": "0.68.2", |
35 | | - "react-native-gesture-handler": "~2.2.1", |
36 | | - "react-native-reanimated": "~2.8.0", |
37 | | - "react-native-safe-area-context": "4.2.4", |
38 | | - "react-native-screens": "~3.11.1", |
| 33 | + "react": "18.0.0", |
| 34 | + "react-dom": "18.0.0", |
| 35 | + "react-native": "0.69.3", |
| 36 | + "react-native-gesture-handler": "~2.5.0", |
| 37 | + "react-native-reanimated": "~2.9.1", |
| 38 | + "react-native-safe-area-context": "4.3.1", |
| 39 | + "react-native-screens": "~3.15.0", |
39 | 40 | "react-native-snap-carousel": "^3.9.1", |
40 | | - "react-native-web": "0.17.7" |
| 41 | + "react-native-web": "~0.18.7" |
41 | 42 | }, |
42 | 43 | "devDependencies": { |
43 | | - "@babel/core": "^7.12.9", |
| 44 | + "@babel/core": "^7.18.6", |
44 | 45 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
45 | 46 | "@babel/runtime": "^7.9.6", |
46 | | - "@expo/webpack-config": "~0.16.2", |
47 | | - "@types/react": "~17.0.21", |
| 47 | + "@expo/webpack-config": "^0.17.0", |
| 48 | + "@types/react": "~18.0.0", |
48 | 49 | "@types/react-native-snap-carousel": "^3.8.5", |
49 | 50 | "babel-plugin-inline-dotenv": "^1.6.0", |
| 51 | + "babel-plugin-module-resolver": "^4.1.0", |
50 | 52 | "babel-plugin-react-native-web": "^0.17.5", |
51 | | - "babel-preset-expo": "9.0.2", |
52 | | - "expo-cli": "^5.4.10", |
| 53 | + "babel-preset-expo": "~9.2.0", |
| 54 | + "expo-cli": "^6.0.1", |
53 | 55 | "fiction-expo-restart": "^1.1.0", |
54 | 56 | "gh-pages": "^3.2.3", |
55 | | - "typescript": "~4.3.5" |
| 57 | + "react-error-overlay": "6.0.9", |
| 58 | + "typescript": "^4.6.3" |
56 | 59 | }, |
57 | 60 | "resolutions": { |
58 | | - "@types/react": "^17" |
| 61 | + "@types/react": "^17", |
| 62 | + "react-error-overlay": "6.0.9" |
59 | 63 | }, |
60 | 64 | "private": true |
61 | 65 | } |
0 commit comments