|
24 | 24 | "dependencies": {
|
25 | 25 | "@loadable/component": "^5.14.1",
|
26 | 26 | "@rematch/core": "^2.0.0",
|
27 |
| - "antd": "^4.12.2", |
| 27 | + "antd": "^4.12.3", |
28 | 28 | "axios": "^0.21.1",
|
29 |
| - "core-js": "^3.8.3", |
30 |
| - "history": "^5.0.0", |
| 29 | + "core-js": "^3.9.0", |
| 30 | + "history": "^4.10.1", |
31 | 31 | "lodash": "^4.17.20",
|
32 | 32 | "normalize.css": "^8.0.1",
|
33 | 33 | "react": "17.0.1",
|
34 | 34 | "react-dom": "17.0.1",
|
35 | 35 | "react-redux": "^7.2.2",
|
36 | 36 | "react-router-cache-route": "^1.11.0",
|
37 | 37 | "react-router-dom": "^5.2.0",
|
38 |
| - "react-use": "^17.1.0", |
| 38 | + "react-use": "^17.1.1", |
39 | 39 | "react-vcode": "1.0.11",
|
40 | 40 | "redux": "^4.0.5"
|
41 | 41 | },
|
|
44 | 44 | "@types/enzyme-adapter-react-16": "^1.0.6",
|
45 | 45 | "@types/history": "^4.7.8",
|
46 | 46 | "@types/jest": "^26.0.20",
|
47 |
| - "@types/loadable__component": "^5.13.1", |
| 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.5",
|
51 |
| - "@types/react": "^17.0.1", |
52 |
| - "@types/react-dom": "^17.0.0", |
| 51 | + "@types/react": "^17.0.2", |
| 52 | + "@types/react-dom": "^17.0.1", |
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.14.2", |
57 |
| - "@typescript-eslint/parser": "^4.14.2", |
| 56 | + "@typescript-eslint/eslint-plugin": "^4.15.1", |
| 57 | + "@typescript-eslint/parser": "^4.15.1", |
58 | 58 | "antd-dayjs-webpack-plugin": "^1.0.6",
|
59 | 59 | "autoprefixer": "^10.2.4",
|
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": "^7.0.0",
|
64 |
| - "css-loader": "^5.0.1", |
| 64 | + "css-loader": "^5.0.2", |
65 | 65 | "css-minimizer-webpack-plugin": "^1.2.0",
|
| 66 | + "dayjs": "^1.10.4", |
66 | 67 | "enzyme": "^3.11.0",
|
67 | 68 | "enzyme-adapter-react-16": "^1.15.6",
|
68 |
| - "eslint": "^7.19.0", |
| 69 | + "eslint": "^7.20.0", |
69 | 70 | "eslint-config-prettier": "^7.2.0",
|
70 | 71 | "eslint-loader": "^4.0.2",
|
71 | 72 | "eslint-plugin-prettier": "^3.3.1",
|
72 | 73 | "eslint-plugin-react": "^7.22.0",
|
73 | 74 | "eslint-plugin-react-hooks": "^4.2.0",
|
74 | 75 | "express": "^4.17.1",
|
75 |
| - "favicons": "^6.2.0", |
76 |
| - "favicons-webpack-plugin": "^5.0.0", |
| 76 | + "favicons": "^6.2.1", |
| 77 | + "favicons-webpack-plugin": "^5.0.1", |
77 | 78 | "file-loader": "^6.2.0",
|
78 |
| - "html-webpack-plugin": "^5.0.0", |
| 79 | + "html-webpack-plugin": "^5.2.0", |
79 | 80 | "http-proxy-middleware": "^1.0.6",
|
80 | 81 | "jest": "^26.6.3",
|
81 |
| - "jest-canvas-mock": "^2.3.0", |
| 82 | + "jest-canvas-mock": "^2.3.1", |
82 | 83 | "jest-transform-stub": "^2.0.0",
|
83 | 84 | "less": "^4.1.1",
|
84 | 85 | "less-loader": "^8.0.0",
|
85 |
| - "mini-css-extract-plugin": "^1.3.5", |
| 86 | + "mini-css-extract-plugin": "^1.3.8", |
86 | 87 | "mockjs": "^1.1.0",
|
87 |
| - "postcss": "^8.2.4", |
| 88 | + "postcss": "^8.2.6", |
88 | 89 | "postcss-loader": "^5.0.0",
|
89 | 90 | "prettier": "2.2.1",
|
90 |
| - "source-map-loader": "^2.0.0", |
| 91 | + "source-map-loader": "^2.0.1", |
91 | 92 | "style-loader": "^2.0.0",
|
92 | 93 | "sw-precache-webpack-plugin": "^1.0.0",
|
93 | 94 | "terser-webpack-plugin": "^5.1.1",
|
94 | 95 | "ts-import-plugin": "^1.6.7",
|
95 |
| - "ts-jest": "^26.5.0", |
96 |
| - "typescript": "4.1.3", |
| 96 | + "ts-jest": "^26.5.1", |
| 97 | + "typescript": "4.1.5", |
97 | 98 | "url-loader": "^4.1.1",
|
98 |
| - "webpack": "^5.20.1", |
| 99 | + "webpack": "^5.23.0", |
99 | 100 | "webpack-cli": "^4.5.0",
|
100 | 101 | "webpack-dev-middleware": "^4.1.0",
|
101 | 102 | "webpack-hot-middleware": "^2.25.0",
|
|
0 commit comments