|
25 | 25 | "dependencies": {
|
26 | 26 | "@rematch/core": "^2.1.0",
|
27 | 27 | "antd": "^4.16.13",
|
28 | | - "axios": "^0.21.4", |
29 | | - "core-js": "^3.18.0", |
| 28 | + "axios": "^0.22.0", |
| 29 | + "core-js": "^3.18.2", |
30 | 30 | "history": "^4.10.1",
|
31 | 31 | "lodash": "^4.17.21",
|
32 | 32 | "react": "^17.0.2",
|
|
37 | 37 | "redux": "^4.1.1"
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 | | - "@babel/core": "^7.15.5", |
| 40 | + "@babel/core": "^7.15.8", |
41 | 41 | "@babel/plugin-proposal-class-properties": "^7.14.5",
|
42 | | - "@babel/plugin-proposal-decorators": "^7.15.4", |
| 42 | + "@babel/plugin-proposal-decorators": "^7.15.8", |
43 | 43 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
|
44 | 44 | "@babel/plugin-proposal-object-rest-spread": "^7.15.6",
|
45 | 45 | "@babel/plugin-proposal-optional-chaining": "^7.14.5",
|
46 | 46 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
47 | | - "@babel/plugin-transform-runtime": "^7.15.0", |
48 | | - "@babel/preset-env": "^7.15.6", |
| 47 | + "@babel/plugin-transform-runtime": "^7.15.8", |
| 48 | + "@babel/preset-env": "^7.15.8", |
49 | 49 | "@babel/preset-react": "^7.14.5",
|
50 | 50 | "@babel/runtime": "^7.15.4",
|
51 | 51 | "antd-dayjs-webpack-plugin": "^1.0.6",
|
52 | | - "autoprefixer": "^10.3.6", |
| 52 | + "autoprefixer": "^10.3.7", |
53 | 53 | "babel-eslint": "^10.1.0",
|
54 | 54 | "babel-loader": "^8.2.2",
|
55 | 55 | "babel-plugin-import": "^1.13.3",
|
56 | 56 | "clean-webpack-plugin": "^4.0.0",
|
57 | 57 | "copy-webpack-plugin": "^9.0.1",
|
58 | 58 | "css-loader": "^6.3.0",
|
59 | | - "css-minimizer-webpack-plugin": "^3.0.2", |
| 59 | + "css-minimizer-webpack-plugin": "^3.1.1", |
60 | 60 | "dayjs": "^1.10.7",
|
61 | 61 | "eslint": "^7.32.0",
|
62 | 62 | "eslint-loader": "^4.0.2",
|
63 | 63 | "eslint-plugin-prettier": "^4.0.0",
|
64 | | - "eslint-plugin-react": "^7.26.0", |
| 64 | + "eslint-plugin-react": "^7.26.1", |
65 | 65 | "eslint-plugin-react-hooks": "^4.2.0",
|
66 | 66 | "express": "^4.17.1",
|
67 | 67 | "favicons": "^6.2.2",
|
68 | 68 | "favicons-webpack-plugin": "^5.0.2",
|
69 | 69 | "file-loader": "^6.2.0",
|
70 | 70 | "happypack": "^5.0.1",
|
71 | 71 | "html-webpack-plugin": "^5.3.2",
|
72 | | - "less": "^4.1.1", |
| 72 | + "less": "^4.1.2", |
73 | 73 | "less-loader": "^10.0.1",
|
74 | | - "mini-css-extract-plugin": "^2.3.0", |
| 74 | + "mini-css-extract-plugin": "^2.4.2", |
75 | 75 | "mockjs": "^1.1.0",
|
76 | | - "postcss": "^8.3.8", |
| 76 | + "postcss": "^8.3.9", |
77 | 77 | "postcss-loader": "^6.1.1",
|
78 | 78 | "prettier": "^2.4.1",
|
79 | 79 | "style-loader": "^3.3.0",
|
80 | 80 | "sw-precache-webpack-plugin": "^1.0.0",
|
81 | 81 | "terser-webpack-plugin": "^5.2.4",
|
82 | 82 | "url-loader": "^4.1.1",
|
83 | | - "webpack": "^5.54.0", |
| 83 | + "webpack": "^5.58.0", |
84 | 84 | "webpack-bundle-analyzer": "^4.4.2",
|
85 | | - "webpack-cli": "^4.8.0", |
| 85 | + "webpack-cli": "^4.9.0", |
86 | 86 | "webpack-dev-middleware": "^5.2.1",
|
87 | 87 | "webpack-hot-middleware": "^2.25.1",
|
88 | 88 | "webpackbar": "^4.0.0",
|
|
0 commit comments