Skip to content

Commit 13548cc

Browse files
committed
update packages
1 parent c9edfe3 commit 13548cc

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
},
2525
"dependencies": {
2626
"@rematch/core": "^2.0.1",
27-
"antd": "^4.15.1",
27+
"antd": "^4.15.3",
2828
"axios": "^0.21.1",
29-
"core-js": "^3.10.1",
29+
"core-js": "^3.11.1",
3030
"history": "^4.10.1",
3131
"lodash": "^4.17.21",
3232
"react": "^17.0.2",
3333
"react-dom": "^17.0.2",
3434
"react-loadable": "^5.5.0",
35-
"react-redux": "^7.2.3",
35+
"react-redux": "^7.2.4",
3636
"react-router-dom": "^5.2.0",
37-
"redux": "^4.0.5"
37+
"redux": "^4.1.0"
3838
},
3939
"devDependencies": {
40-
"@babel/core": "^7.13.15",
40+
"@babel/core": "^7.13.16",
4141
"@babel/plugin-proposal-class-properties": "^7.13.0",
4242
"@babel/plugin-proposal-decorators": "^7.13.15",
4343
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
@@ -47,7 +47,7 @@
4747
"@babel/plugin-transform-runtime": "^7.13.15",
4848
"@babel/preset-env": "^7.13.15",
4949
"@babel/preset-react": "^7.13.13",
50-
"@babel/runtime": "^7.13.10",
50+
"@babel/runtime": "^7.13.17",
5151
"antd-dayjs-webpack-plugin": "^1.0.6",
5252
"autoprefixer": "^10.2.5",
5353
"babel-eslint": "^10.1.0",
@@ -56,12 +56,12 @@
5656
"body-parser": "^1.19.0",
5757
"clean-webpack-plugin": "^3.0.0",
5858
"copy-webpack-plugin": "^8.1.1",
59-
"css-loader": "^5.2.1",
59+
"css-loader": "^5.2.4",
6060
"css-minimizer-webpack-plugin": "^2.0.0",
6161
"dayjs": "^1.10.4",
62-
"eslint": "^7.24.0",
62+
"eslint": "^7.25.0",
6363
"eslint-loader": "^4.0.2",
64-
"eslint-plugin-prettier": "^3.3.1",
64+
"eslint-plugin-prettier": "^3.4.0",
6565
"eslint-plugin-react": "^7.23.2",
6666
"eslint-plugin-react-hooks": "^4.2.0",
6767
"express": "^4.17.1",
@@ -71,23 +71,23 @@
7171
"happypack": "^5.0.1",
7272
"html-webpack-plugin": "^5.3.1",
7373
"less": "^4.1.1",
74-
"less-loader": "^8.1.0",
75-
"mini-css-extract-plugin": "^1.4.1",
74+
"less-loader": "^8.1.1",
75+
"mini-css-extract-plugin": "^1.5.1",
7676
"mockjs": "^1.1.0",
77-
"postcss": "^8.2.10",
77+
"postcss": "^8.2.13",
7878
"postcss-loader": "^5.2.0",
7979
"prettier": "^2.2.1",
8080
"style-loader": "^2.0.0",
8181
"sw-precache-webpack-plugin": "^1.0.0",
8282
"terser-webpack-plugin": "^5.1.1",
8383
"url-loader": "^4.1.1",
84-
"webpack": "^5.31.2",
85-
"webpack-bundle-analyzer": "^4.4.0",
84+
"webpack": "^5.36.1",
85+
"webpack-bundle-analyzer": "^4.4.1",
8686
"webpack-cli": "^4.6.0",
8787
"webpack-dev-middleware": "^4.1.0",
8888
"webpack-hot-middleware": "^2.25.0",
8989
"webpackbar": "^4.0.0",
90-
"workbox-webpack-plugin": "^6.1.2",
90+
"workbox-webpack-plugin": "^6.1.5",
9191
"xml-loader": "^1.2.1"
9292
},
9393
"browserslist": [

0 commit comments

Comments
 (0)