Skip to content

Commit 2ea0ca3

Browse files
committed
update package
1 parent 4051584 commit 2ea0ca3

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -25,43 +25,43 @@
2525
"dependencies": {
2626
"@rematch/core": "^2.1.0",
2727
"antd": "^4.16.13",
28-
"axios": "^0.21.1",
29-
"core-js": "^3.16.3",
28+
"axios": "^0.21.4",
29+
"core-js": "^3.18.0",
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.4",
36-
"react-router-dom": "^5.2.0",
35+
"react-redux": "^7.2.5",
36+
"react-router-dom": "^5.3.0",
3737
"redux": "^4.1.1"
3838
},
3939
"devDependencies": {
40-
"@babel/core": "^7.15.0",
40+
"@babel/core": "^7.15.5",
4141
"@babel/plugin-proposal-class-properties": "^7.14.5",
42-
"@babel/plugin-proposal-decorators": "^7.14.5",
42+
"@babel/plugin-proposal-decorators": "^7.15.4",
4343
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
44-
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
44+
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
4545
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
4646
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
4747
"@babel/plugin-transform-runtime": "^7.15.0",
48-
"@babel/preset-env": "^7.15.0",
48+
"@babel/preset-env": "^7.15.6",
4949
"@babel/preset-react": "^7.14.5",
50-
"@babel/runtime": "^7.15.3",
50+
"@babel/runtime": "^7.15.4",
5151
"antd-dayjs-webpack-plugin": "^1.0.6",
52-
"autoprefixer": "^10.3.2",
52+
"autoprefixer": "^10.3.6",
5353
"babel-eslint": "^10.1.0",
5454
"babel-loader": "^8.2.2",
5555
"babel-plugin-import": "^1.13.3",
56-
"clean-webpack-plugin": "^3.0.0",
56+
"clean-webpack-plugin": "^4.0.0",
5757
"copy-webpack-plugin": "^9.0.1",
58-
"css-loader": "^6.2.0",
58+
"css-loader": "^6.3.0",
5959
"css-minimizer-webpack-plugin": "^3.0.2",
60-
"dayjs": "^1.10.6",
60+
"dayjs": "^1.10.7",
6161
"eslint": "^7.32.0",
6262
"eslint-loader": "^4.0.2",
63-
"eslint-plugin-prettier": "^3.4.1",
64-
"eslint-plugin-react": "^7.24.0",
63+
"eslint-plugin-prettier": "^4.0.0",
64+
"eslint-plugin-react": "^7.26.0",
6565
"eslint-plugin-react-hooks": "^4.2.0",
6666
"express": "^4.17.1",
6767
"favicons": "^6.2.2",
@@ -71,22 +71,22 @@
7171
"html-webpack-plugin": "^5.3.2",
7272
"less": "^4.1.1",
7373
"less-loader": "^10.0.1",
74-
"mini-css-extract-plugin": "^2.2.0",
74+
"mini-css-extract-plugin": "^2.3.0",
7575
"mockjs": "^1.1.0",
76-
"postcss": "^8.3.6",
76+
"postcss": "^8.3.8",
7777
"postcss-loader": "^6.1.1",
78-
"prettier": "^2.3.2",
79-
"style-loader": "^3.2.1",
78+
"prettier": "^2.4.1",
79+
"style-loader": "^3.3.0",
8080
"sw-precache-webpack-plugin": "^1.0.0",
81-
"terser-webpack-plugin": "^5.1.4",
81+
"terser-webpack-plugin": "^5.2.4",
8282
"url-loader": "^4.1.1",
83-
"webpack": "^5.51.1",
83+
"webpack": "^5.54.0",
8484
"webpack-bundle-analyzer": "^4.4.2",
8585
"webpack-cli": "^4.8.0",
86-
"webpack-dev-middleware": "^5.0.0",
87-
"webpack-hot-middleware": "^2.25.0",
86+
"webpack-dev-middleware": "^5.2.1",
87+
"webpack-hot-middleware": "^2.25.1",
8888
"webpackbar": "^4.0.0",
89-
"workbox-webpack-plugin": "^6.2.4",
89+
"workbox-webpack-plugin": "^6.3.0",
9090
"xml-loader": "^1.2.1"
9191
},
9292
"browserslist": [

0 commit comments

Comments
 (0)