|
16 | 16 | "update-test": "yarn test -u"
|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 |
| - "@expo/vector-icons": "^12.0.2", |
| 19 | + "@expo/vector-icons": "^12.0.0", |
20 | 20 | "@react-native-aria/overlays": "^0.2.9",
|
21 |
| - "@react-native-async-storage/async-storage": "^1.15.7", |
22 |
| - "expo": "~40.0.0", |
23 |
| - "expo-font": "~8.4.0", |
24 |
| - "expo-linear-gradient": "^9.1.0", |
25 |
| - "expo-splash-screen": "^0.8.1", |
26 |
| - "expo-status-bar": "~1.0.3", |
| 21 | + "@react-native-async-storage/async-storage": "~1.15.0", |
| 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", |
27 | 27 | "formik": "^2.2.6",
|
28 |
| - "react": "16.13.1", |
| 28 | + "react": "17.0.1", |
29 | 29 | "react-hook-form": "^6.14.0",
|
30 |
| - "react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz", |
| 30 | + "react-native": "https://github.com/expo/react-native/archive/sdk-44.0.0.tar.gz", |
31 | 31 | "react-native-keyboard-aware-scroll-view": "^0.9.4",
|
32 |
| - "react-native-safe-area-context": "^3.1.9", |
33 |
| - "react-native-svg": "^12.1.0", |
34 |
| - "react-native-web": "^0.16.5" |
| 32 | + "react-native-safe-area-context": "3.3.2", |
| 33 | + "react-native-svg": "12.1.1", |
| 34 | + "react-native-web": "0.17.1" |
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 |
| - "@babel/core": "~7.9.0", |
| 37 | + "@babel/core": "^7.12.9", |
38 | 38 | "@babel/runtime": "^7.12.5",
|
39 |
| - "@expo/webpack-config": "^0.12.51", |
| 39 | + "@expo/webpack-config": "~0.16.2", |
40 | 40 | "@storybook/addon-actions": "^5.3",
|
41 | 41 | "@storybook/addon-knobs": "^5.3",
|
42 | 42 | "@storybook/addon-links": "^5.3",
|
|
45 | 45 | "@storybook/addon-storyshots": "^6.3.4",
|
46 | 46 | "@storybook/react-native": "^5.3.23",
|
47 | 47 | "@storybook/react-native-server": "^5.3.23",
|
48 |
| - "@types/react": "~16.9.35", |
49 |
| - "@types/react-dom": "~16.9.8", |
50 |
| - "@types/react-native": "~0.63.2", |
| 48 | + "@types/react": "~17.0.21", |
| 49 | + "@types/react-dom": "~17.0.9", |
| 50 | + "@types/react-native": "~0.64.12", |
51 | 51 | "babel-loader": "^8.2.2",
|
52 | 52 | "babel-plugin-module-resolver": "^4.0.0",
|
53 | 53 | "core-js": "3.6.5",
|
54 |
| - "jest": "^27.0.6", |
55 |
| - "jest-expo": "^42.0.1", |
| 54 | + "jest": "^26.6.3", |
| 55 | + "jest-expo": "^44.0.0", |
56 | 56 | "metro-react-native-babel-preset": "^0.64.0",
|
57 | 57 | "patch-package": "^6.2.2",
|
58 | 58 | "postinstall-postinstall": "^2.1.0",
|
59 |
| - "react-dom": "^17.0.2", |
| 59 | + "react-dom": "17.0.1", |
60 | 60 | "react-test-renderer": "^17.0.2",
|
61 |
| - "typescript": "4.2.4" |
| 61 | + "typescript": "~4.3.5" |
62 | 62 | },
|
63 | 63 | "private": false
|
64 | 64 | }
|
0 commit comments