|
19 | 19 | "dependencies": { |
20 | 20 | "@expo/vector-icons": "^13.0.0", |
21 | 21 | "@react-native-community/masked-view": "0.1.11", |
22 | | - "@react-native-community/netinfo": "8.2.0", |
| 22 | + "@react-native-community/netinfo": "9.3.0", |
23 | 23 | "@react-navigation/material-bottom-tabs": "^6.2.2", |
24 | 24 | "@react-navigation/native": "^6.0.11", |
25 | 25 | "@react-navigation/native-stack": "^6.7.0", |
|
28 | 28 | "@types/jest": "^27.5.1", |
29 | 29 | "babel-core": "^7.0.0-bridge.0", |
30 | 30 | "babel-jest": "^27.4.6", |
31 | | - "expo": "^45.0.4", |
32 | | - "expo-cli": "^5.4.4", |
33 | | - "expo-constants": "~13.1.1", |
34 | | - "expo-status-bar": "~1.3.0", |
| 31 | + "expo": "^46.0.16", |
| 32 | + "expo-constants": "~13.2.4", |
| 33 | + "expo-status-bar": "~1.4.0", |
35 | 34 | "jest": "^26.6.3", |
36 | | - "jest-expo": "^45.0.0", |
37 | | - "react": "17.0.2", |
38 | | - "react-dom": "17.0.2", |
39 | | - "react-native": "0.68.2", |
40 | | - "react-native-gesture-handler": "~2.2.1", |
| 35 | + "jest-expo": "^46.0.0", |
| 36 | + "react": "18.0.0", |
| 37 | + "react-dom": "18.0.0", |
| 38 | + "react-native": "0.69.6", |
| 39 | + "react-native-gesture-handler": "~2.5.0", |
41 | 40 | "react-native-offline": "^6.0.0", |
42 | 41 | "react-native-paper": "^4.12.2", |
43 | | - "react-native-reanimated": "~2.8.0", |
44 | | - "react-native-safe-area-context": "4.2.4", |
45 | | - "react-native-screens": "~3.11.1", |
| 42 | + "react-native-reanimated": "~2.9.1", |
| 43 | + "react-native-safe-area-context": "4.3.1", |
| 44 | + "react-native-screens": "~3.15.0", |
46 | 45 | "react-native-vector-icons": "^8.1.0", |
47 | | - "react-native-web": "0.17.7" |
| 46 | + "react-native-web": "~0.18.7" |
48 | 47 | }, |
49 | 48 | "devDependencies": { |
50 | | - "@babel/core": "^7.12.9", |
| 49 | + "@babel/core": "^7.18.6", |
51 | 50 | "@babel/preset-typescript": "^7.16.7", |
52 | 51 | "@testing-library/react-native": "^10.1.1", |
53 | | - "@types/react": "~17.0.21", |
54 | | - "@types/react-dom": "~17.0.11", |
55 | | - "@types/react-native": "~0.67.6", |
| 52 | + "@types/react": "~18.0.0", |
| 53 | + "@types/react-dom": "~18.0.0", |
| 54 | + "@types/react-native": "~0.69.1", |
56 | 55 | "babel-plugin-module-resolver": "^4.1.0", |
57 | 56 | "babel-plugin-root-import": "^6.6.0", |
58 | 57 | "babel-plugin-transform-remove-console": "^6.9.4", |
59 | 58 | "eslint": "^7.29.0", |
60 | 59 | "eslint-config-react-native-wcandillon": "^3.6.1", |
61 | 60 | "eslint-import-resolver-babel-plugin-root-import": "^1.1.1", |
62 | 61 | "eslint-plugin-import": "^2.25.3", |
63 | | - "typescript": "~4.3.5" |
| 62 | + "typescript": "^4.6.3" |
64 | 63 | }, |
65 | 64 | "private": false |
66 | 65 | } |
0 commit comments