Skip to content

Commit 2598600

Browse files
committed
update packages
1 parent 944ec5f commit 2598600

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
},
2525
"dependencies": {
2626
"@rematch/core": "^2.0.1",
27-
"antd": "^4.16.3",
27+
"antd": "^4.16.7",
2828
"axios": "^0.21.1",
29-
"core-js": "^3.14.0",
29+
"core-js": "^3.15.2",
3030
"history": "^4.10.1",
3131
"lodash": "^4.17.21",
3232
"react": "^17.0.2",
@@ -41,25 +41,25 @@
4141
"@babel/plugin-proposal-class-properties": "^7.14.5",
4242
"@babel/plugin-proposal-decorators": "^7.14.5",
4343
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
44-
"@babel/plugin-proposal-object-rest-spread": "^7.14.5",
44+
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
4545
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
4646
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
4747
"@babel/plugin-transform-runtime": "^7.14.5",
48-
"@babel/preset-env": "^7.14.5",
48+
"@babel/preset-env": "^7.14.7",
4949
"@babel/preset-react": "^7.14.5",
5050
"@babel/runtime": "^7.14.6",
5151
"antd-dayjs-webpack-plugin": "^1.0.6",
52-
"autoprefixer": "^10.2.6",
52+
"autoprefixer": "^10.3.1",
5353
"babel-eslint": "^10.1.0",
5454
"babel-loader": "^8.2.2",
5555
"babel-plugin-import": "^1.13.3",
5656
"body-parser": "^1.19.0",
5757
"clean-webpack-plugin": "^3.0.0",
58-
"copy-webpack-plugin": "^9.0.0",
59-
"css-loader": "^5.2.6",
60-
"css-minimizer-webpack-plugin": "^3.0.1",
61-
"dayjs": "^1.10.5",
62-
"eslint": "^7.28.0",
58+
"copy-webpack-plugin": "^9.0.1",
59+
"css-loader": "^6.0.0",
60+
"css-minimizer-webpack-plugin": "^3.0.2",
61+
"dayjs": "^1.10.6",
62+
"eslint": "^7.30.0",
6363
"eslint-loader": "^4.0.2",
6464
"eslint-plugin-prettier": "^3.4.0",
6565
"eslint-plugin-react": "^7.24.0",
@@ -69,19 +69,19 @@
6969
"favicons-webpack-plugin": "^5.0.2",
7070
"file-loader": "^6.2.0",
7171
"happypack": "^5.0.1",
72-
"html-webpack-plugin": "^5.3.1",
72+
"html-webpack-plugin": "^5.3.2",
7373
"less": "^4.1.1",
74-
"less-loader": "^9.1.0",
75-
"mini-css-extract-plugin": "^1.6.0",
74+
"less-loader": "^10.0.1",
75+
"mini-css-extract-plugin": "^2.1.0",
7676
"mockjs": "^1.1.0",
77-
"postcss": "^8.3.4",
78-
"postcss-loader": "^6.1.0",
79-
"prettier": "^2.3.1",
80-
"style-loader": "^2.0.0",
77+
"postcss": "^8.3.5",
78+
"postcss-loader": "^6.1.1",
79+
"prettier": "^2.3.2",
80+
"style-loader": "^3.1.0",
8181
"sw-precache-webpack-plugin": "^1.0.0",
82-
"terser-webpack-plugin": "^5.1.3",
82+
"terser-webpack-plugin": "^5.1.4",
8383
"url-loader": "^4.1.1",
84-
"webpack": "^5.39.0",
84+
"webpack": "^5.44.0",
8585
"webpack-bundle-analyzer": "^4.4.2",
8686
"webpack-cli": "^4.7.2",
8787
"webpack-dev-middleware": "^5.0.0",

0 commit comments

Comments
 (0)