|
1 | 1 | { |
2 | 2 | "name": "WeechatNative", |
3 | | - "version": "1.0.14", |
| 3 | + "version": "1.0.15", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "start": "expo start", |
|
9 | 9 | "lint": "eslint . --ext .ts --ext .tsx" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "@react-native-async-storage/async-storage": "1.17.11", |
| 12 | + "@react-native-async-storage/async-storage": "1.18.2", |
13 | 13 | "date-fns": "^2.16.1", |
14 | | - "expo": "^48.0.0", |
15 | | - "expo-notifications": "~0.18.1", |
| 14 | + "expo": "^49.0.0", |
| 15 | + "expo-notifications": "^0.23.0", |
16 | 16 | "js-sha256": "^0.9.0", |
17 | 17 | "react": "18.2.0", |
18 | | - "react-native": "0.71.3", |
| 18 | + "react-native": "0.72.4", |
19 | 19 | "react-native-drawer-layout": "https://github.com/mhoran/react-native-drawer-layout#91a2476", |
20 | 20 | "react-native-drawer-layout-polyfill": "^2.0.0", |
21 | 21 | "react-native-parsed-text": "^0.0.22", |
|
29 | 29 | "@babel/preset-env": "^7.1.6", |
30 | 30 | "@testing-library/react-native": "^10.1.1", |
31 | 31 | "@types/jest": "^29.4.0", |
32 | | - "@types/react": "~18.0.27", |
| 32 | + "@types/react": "^18.2.14", |
33 | 33 | "@types/react-redux": "^7.1.9", |
34 | 34 | "@typescript-eslint/eslint-plugin": "^5.54.1", |
35 | 35 | "@typescript-eslint/parser": "^5.54.1", |
36 | 36 | "babel-jest": "^29.5.0", |
37 | | - "babel-preset-expo": "^9.3.0", |
| 37 | + "babel-preset-expo": "^9.5.0", |
38 | 38 | "eslint": "^8.36.0", |
39 | 39 | "eslint-config-prettier": "^8.7.0", |
40 | 40 | "eslint-plugin-prettier": "^4.2.1", |
41 | 41 | "jest": "^29.2.1", |
42 | | - "jest-expo": "^48.0.0", |
| 42 | + "jest-expo": "^49.0.0", |
43 | 43 | "prettier": "^2.8.4", |
44 | | - "react-test-renderer": "~18.0.0", |
| 44 | + "react-test-renderer": "^18.0.0", |
45 | 45 | "redux-devtools-extension": "^2.13.8", |
46 | 46 | "tslib": "^2.5.0", |
47 | | - "typescript": "^4.9.4" |
| 47 | + "typescript": "^5.1.3" |
48 | 48 | }, |
49 | 49 | "resolutions": { |
50 | 50 | "react-native-drawer-layout-polyfill/react-native-drawer-layout": "https://github.com/mhoran/react-native-drawer-layout#91a2476" |
|
0 commit comments