|
24 | 24 | "dependencies": {
|
25 | 25 | "@loadable/component": "^5.14.1",
|
26 | 26 | "@rematch/core": "^2.0.1",
|
27 | | - "antd": "^4.14.1", |
| 27 | + "antd": "^4.15.2", |
28 | 28 | "axios": "^0.21.1",
|
29 | | - "core-js": "^3.9.1", |
| 29 | + "core-js": "^3.10.1", |
30 | 30 | "history": "^4.10.1",
|
31 | 31 | "lodash": "^4.17.21",
|
32 | 32 | "normalize.css": "^8.0.1",
|
|
35 | 35 | "react-redux": "^7.2.3",
|
36 | 36 | "react-router-cache-route": "^1.11.0",
|
37 | 37 | "react-router-dom": "^5.2.0",
|
38 | | - "react-use": "^17.2.1", |
| 38 | + "react-use": "^17.2.3", |
39 | 39 | "react-vcode": "1.0.11",
|
40 | 40 | "redux": "^4.0.5"
|
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.21", |
| 46 | + "@types/jest": "^26.0.22", |
47 | 47 | "@types/loadable__component": "^5.13.3",
|
48 | 48 | "@types/lodash": "^4.14.168",
|
49 | 49 | "@types/mockjs": "^1.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.19.0", |
57 | | - "@typescript-eslint/parser": "^4.19.0", |
| 56 | + "@typescript-eslint/eslint-plugin": "^4.22.0", |
| 57 | + "@typescript-eslint/parser": "^4.22.0", |
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 | | - "copy-webpack-plugin": "^8.1.0", |
64 | | - "css-loader": "^5.2.0", |
65 | | - "css-minimizer-webpack-plugin": "^1.3.0", |
| 63 | + "copy-webpack-plugin": "^8.1.1", |
| 64 | + "css-loader": "^5.2.2", |
| 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.22.0", |
70 | | - "eslint-config-prettier": "^8.1.0", |
| 69 | + "eslint": "^7.24.0", |
| 70 | + "eslint-config-prettier": "^8.2.0", |
71 | 71 | "eslint-loader": "^4.0.2",
|
72 | | - "eslint-plugin-prettier": "^3.3.1", |
73 | | - "eslint-plugin-react": "^7.23.1", |
| 72 | + "eslint-plugin-prettier": "^3.4.0", |
| 73 | + "eslint-plugin-react": "^7.23.2", |
74 | 74 | "eslint-plugin-react-hooks": "^4.2.0",
|
75 | 75 | "express": "^4.17.1",
|
76 | 76 | "favicons": "^6.2.1",
|
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.0.6", |
| 80 | + "http-proxy-middleware": "^1.2.0", |
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 | | - "less-loader": "^8.0.0", |
86 | | - "mini-css-extract-plugin": "^1.3.9", |
| 85 | + "less-loader": "^8.1.1", |
| 86 | + "mini-css-extract-plugin": "^1.5.0", |
87 | 87 | "mockjs": "^1.1.0",
|
88 | | - "postcss": "^8.2.8", |
| 88 | + "postcss": "^8.2.10", |
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.4", |
97 | | - "typescript": "4.2.3", |
| 96 | + "ts-jest": "^26.5.5", |
| 97 | + "typescript": "4.2.4", |
98 | 98 | "url-loader": "^4.1.1",
|
99 | | - "webpack": "^5.28.0", |
100 | | - "webpack-cli": "^4.5.0", |
| 99 | + "webpack": "^5.33.2", |
| 100 | + "webpack-cli": "^4.6.0", |
101 | 101 | "webpack-dev-middleware": "^4.1.0",
|
102 | 102 | "webpack-hot-middleware": "^2.25.0",
|
103 | 103 | "webpackbar": "^4.0.0",
|
104 | | - "workbox-webpack-plugin": "^6.1.2", |
| 104 | + "workbox-webpack-plugin": "^6.1.5", |
105 | 105 | "xml-loader": "^1.2.1"
|
106 | 106 | },
|
107 | 107 | "browserslist": [
|
|
0 commit comments