|
24 | 24 | "dependencies": {
|
25 | 25 | "@loadable/component": "^5.14.1",
|
26 | 26 | "@rematch/core": "^2.0.1",
|
27 | | - "antd": "^4.15.2", |
| 27 | + "antd": "^4.15.4", |
28 | 28 | "axios": "^0.21.1",
|
29 | | - "core-js": "^3.10.1", |
| 29 | + "core-js": "^3.11.3", |
30 | 30 | "history": "^4.10.1",
|
31 | 31 | "lodash": "^4.17.21",
|
32 | 32 | "normalize.css": "^8.0.1",
|
33 | 33 | "react": "17.0.2",
|
34 | 34 | "react-dom": "17.0.2",
|
35 | | - "react-redux": "^7.2.3", |
| 35 | + "react-redux": "^7.2.4", |
36 | 36 | "react-router-cache-route": "^1.11.0",
|
37 | 37 | "react-router-dom": "^5.2.0",
|
38 | | - "react-use": "^17.2.3", |
| 38 | + "react-use": "^17.2.4", |
39 | 39 | "react-vcode": "1.0.11",
|
40 | | - "redux": "^4.0.5" |
| 40 | + "redux": "^4.1.0" |
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 | 43 | "@types/enzyme": "^3.10.8",
|
44 | 44 | "@types/enzyme-adapter-react-16": "^1.0.6",
|
45 | 45 | "@types/history": "^4.7.8",
|
46 | | - "@types/jest": "^26.0.22", |
| 46 | + "@types/jest": "^26.0.23", |
47 | 47 | "@types/loadable__component": "^5.13.3",
|
48 | 48 | "@types/lodash": "^4.14.168",
|
49 | 49 | "@types/mockjs": "^1.0.3",
|
50 | 50 | "@types/qs": "^6.9.6",
|
51 | | - "@types/react": "^17.0.3", |
| 51 | + "@types/react": "^17.0.5", |
52 | 52 | "@types/react-dom": "^17.0.3",
|
53 | 53 | "@types/react-redux": "^7.1.16",
|
54 | 54 | "@types/react-router-dom": "^5.1.7",
|
55 | 55 | "@types/webpack-env": "^1.16.0",
|
56 | | - "@typescript-eslint/eslint-plugin": "^4.22.0", |
57 | | - "@typescript-eslint/parser": "^4.22.0", |
| 56 | + "@typescript-eslint/eslint-plugin": "^4.22.1", |
| 57 | + "@typescript-eslint/parser": "^4.22.1", |
58 | 58 | "antd-dayjs-webpack-plugin": "^1.0.6",
|
59 | 59 | "autoprefixer": "^10.2.5",
|
60 | 60 | "awesome-typescript-loader": "^5.2.1",
|
61 | 61 | "body-parser": "^1.19.0",
|
62 | 62 | "clean-webpack-plugin": "^3.0.0",
|
63 | 63 | "copy-webpack-plugin": "^8.1.1",
|
64 | | - "css-loader": "^5.2.2", |
| 64 | + "css-loader": "^5.2.4", |
65 | 65 | "css-minimizer-webpack-plugin": "^2.0.0",
|
66 | 66 | "dayjs": "^1.10.4",
|
67 | 67 | "enzyme": "^3.11.0",
|
68 | 68 | "enzyme-adapter-react-16": "^1.15.6",
|
69 | | - "eslint": "^7.24.0", |
70 | | - "eslint-config-prettier": "^8.2.0", |
| 69 | + "eslint": "^7.25.0", |
| 70 | + "eslint-config-prettier": "^8.3.0", |
71 | 71 | "eslint-loader": "^4.0.2",
|
72 | 72 | "eslint-plugin-prettier": "^3.4.0",
|
73 | 73 | "eslint-plugin-react": "^7.23.2",
|
|
77 | 77 | "favicons-webpack-plugin": "^5.0.2",
|
78 | 78 | "file-loader": "^6.2.0",
|
79 | 79 | "html-webpack-plugin": "^5.3.1",
|
80 | | - "http-proxy-middleware": "^1.2.0", |
| 80 | + "http-proxy-middleware": "^1.3.1", |
81 | 81 | "jest": "^26.6.3",
|
82 | 82 | "jest-canvas-mock": "^2.3.1",
|
83 | 83 | "jest-transform-stub": "^2.0.0",
|
84 | 84 | "less": "^4.1.1",
|
85 | 85 | "less-loader": "^8.1.1",
|
86 | | - "mini-css-extract-plugin": "^1.5.0", |
| 86 | + "mini-css-extract-plugin": "^1.6.0", |
87 | 87 | "mockjs": "^1.1.0",
|
88 | | - "postcss": "^8.2.10", |
| 88 | + "postcss": "^8.2.14", |
89 | 89 | "postcss-loader": "^5.2.0",
|
90 | 90 | "prettier": "2.2.1",
|
91 | 91 | "source-map-loader": "^2.0.1",
|
92 | 92 | "style-loader": "^2.0.0",
|
93 | 93 | "sw-precache-webpack-plugin": "^1.0.0",
|
94 | 94 | "terser-webpack-plugin": "^5.1.1",
|
95 | 95 | "ts-import-plugin": "^1.6.7",
|
96 | | - "ts-jest": "^26.5.5", |
| 96 | + "ts-jest": "^26.5.6", |
97 | 97 | "typescript": "4.2.4",
|
98 | 98 | "url-loader": "^4.1.1",
|
99 | | - "webpack": "^5.33.2", |
| 99 | + "webpack": "^5.36.2", |
100 | 100 | "webpack-cli": "^4.6.0",
|
101 | 101 | "webpack-dev-middleware": "^4.1.0",
|
102 | 102 | "webpack-hot-middleware": "^2.25.0",
|
|
0 commit comments