|
8 | 8 | "precommit": "lint-staged"
|
9 | 9 | },
|
10 | 10 | "dependencies": {
|
11 |
| - "antd": "^4.9.4", |
12 |
| - "axios": "^0.21.0", |
13 |
| - "react": "^17.0.1", |
14 |
| - "react-dom": "^17.0.1" |
| 11 | + "antd": "^4.14.1", |
| 12 | + "axios": "^0.21.1", |
| 13 | + "react": "^17.0.2", |
| 14 | + "react-dom": "^17.0.2" |
15 | 15 | },
|
16 | 16 | "devDependencies": {
|
17 |
| - "@ant-design/icons": "^4.3.0", |
18 |
| - "@types/react": "17.0.0", |
19 |
| - "@typescript-eslint/eslint-plugin": "^4.10.0", |
20 |
| - "@types/node": "^14.14.14", |
| 17 | + "@ant-design/icons": "^4.6.2", |
| 18 | + "@types/node": "^14.14.35", |
| 19 | + "@types/react": "17.0.3", |
| 20 | + "@typescript-eslint/eslint-plugin": "^4.19.0", |
21 | 21 | "@umijs/plugin-blocks": "^2.2.2",
|
22 | 22 | "@umijs/plugin-sass": "^1.1.1",
|
23 |
| - "@umijs/preset-react": "^1.7.8", |
| 23 | + "@umijs/preset-react": "^1.8.2", |
24 | 24 | "@umijs/preset-ui": "^2.2.9",
|
25 | 25 | "babel-eslint": "^10.1.0",
|
26 |
| - "eslint": "^7.15.0", |
27 |
| - "eslint-config-umi": "^1.4.0", |
28 |
| - "eslint-plugin-flowtype": "^5.2.0", |
| 26 | + "eslint": "^7.22.0", |
| 27 | + "eslint-config-umi": "^1.6.0", |
| 28 | + "eslint-plugin-flowtype": "^5.4.0", |
29 | 29 | "eslint-plugin-import": "^2.22.1",
|
30 | 30 | "eslint-plugin-jsx-a11y": "^6.4.1",
|
31 |
| - "eslint-plugin-react": "^7.21.5", |
| 31 | + "eslint-plugin-react": "^7.23.0", |
32 | 32 | "eslint-plugin-react-hooks": "^4.2.0",
|
33 |
| - "husky": "^4.3.6", |
34 |
| - "lint-staged": "^10.5.3", |
35 |
| - "react-test-renderer": "^17.0.1", |
36 |
| - "typescript": "^4.1.0", |
37 |
| - "umi": "3.3.2" |
| 33 | + "husky": "^5.2.0", |
| 34 | + "lint-staged": "^10.5.4", |
| 35 | + "react-test-renderer": "^17.0.2", |
| 36 | + "typescript": "^4.2.3", |
| 37 | + "umi": "3.4.6" |
38 | 38 | },
|
39 | 39 | "lint-staged": {},
|
40 | 40 | "engines": {
|
|
0 commit comments