|
16 | 16 | "update-test": "yarn test -u" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "@expo/vector-icons": "^12.0.0", |
| 19 | + "@expo/vector-icons": "^13.0.0", |
20 | 20 | "@react-native-aria/overlays": "^0.2.9", |
21 | | - "@react-native-async-storage/async-storage": "^1.17.3", |
22 | | - "expo": "^44.0.0", |
23 | | - "expo-font": "~10.0.4", |
24 | | - "expo-linear-gradient": "~11.0.3", |
25 | | - "expo-splash-screen": "~0.14.1", |
26 | | - "expo-status-bar": "~1.2.0", |
| 21 | + "@react-native-async-storage/async-storage": "~1.17.3", |
| 22 | + "expo": "^46.0.0", |
| 23 | + "expo-font": "~10.2.0", |
| 24 | + "expo-linear-gradient": "~11.4.0", |
| 25 | + "expo-splash-screen": "~0.16.2", |
| 26 | + "expo-status-bar": "~1.4.0", |
27 | 27 | "formik": "^2.2.6", |
28 | | - "react": "17.0.1", |
| 28 | + "react": "18.0.0", |
29 | 29 | "react-hook-form": "^6.14.0", |
30 | | - "react-native": "https://github.com/expo/react-native/archive/sdk-44.0.0.tar.gz", |
| 30 | + "react-native": "0.69.6", |
31 | 31 | "react-native-keyboard-aware-scroll-view": "^0.9.4", |
32 | | - "react-native-safe-area-context": "3.3.2", |
33 | | - "react-native-svg": "12.1.1", |
34 | | - "react-native-web": "0.17.1" |
| 32 | + "react-native-safe-area-context": "4.3.1", |
| 33 | + "react-native-svg": "12.3.0", |
| 34 | + "react-native-web": "~0.18.7", |
| 35 | + "webpack-dev-server": "3" |
35 | 36 | }, |
36 | 37 | "devDependencies": { |
37 | | - "@babel/core": "^7.12.9", |
| 38 | + "@babel/core": "^7.18.6", |
38 | 39 | "@babel/runtime": "^7.12.5", |
39 | | - "@expo/webpack-config": "~0.16.2", |
| 40 | + "@expo/webpack-config": "^0.17.0", |
40 | 41 | "@storybook/addon-actions": "^5.3", |
41 | 42 | "@storybook/addon-knobs": "^5.3", |
42 | 43 | "@storybook/addon-links": "^5.3", |
|
45 | 46 | "@storybook/addon-storyshots": "6.3", |
46 | 47 | "@storybook/react-native": "^5.3.23", |
47 | 48 | "@storybook/react-native-server": "^5.3.23", |
48 | | - "@types/react": "~17.0.21", |
49 | | - "@types/react-dom": "~17.0.9", |
50 | | - "@types/react-native": "~0.64.12", |
| 49 | + "@types/react": "~18.0.0", |
| 50 | + "@types/react-dom": "~18.0.0", |
| 51 | + "@types/react-native": "~0.69.1", |
51 | 52 | "babel-loader": "^8.2.2", |
52 | 53 | "babel-plugin-module-resolver": "^4.0.0", |
53 | 54 | "core-js": "3.6.5", |
54 | 55 | "jest": "^26.6.3", |
55 | | - "jest-expo": "^44.0.0", |
| 56 | + "jest-expo": "^46.0.0", |
56 | 57 | "metro-react-native-babel-preset": "^0.64.0", |
57 | 58 | "patch-package": "^6.2.2", |
58 | 59 | "postinstall-postinstall": "^2.1.0", |
59 | | - "react-dom": "17.0.1", |
| 60 | + "react-dom": "18.0.0", |
60 | 61 | "react-test-renderer": "17.0.1", |
61 | | - "typescript": "~4.3.5" |
| 62 | + "typescript": "^4.6.3" |
62 | 63 | }, |
63 | 64 | "private": false |
64 | 65 | } |
0 commit comments