更新依赖

This commit is contained in:
chuzhixin 2020-09-17 12:56:03 +08:00
parent 4b41968685
commit d5cb3b7351
2 changed files with 2 additions and 7 deletions

View File

@ -91,7 +91,7 @@
"autoprefixer": "^10.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"compression-webpack-plugin": "^6.0.0",
"compression-webpack-plugin": "^6.0.1",
"eslint": "^7.9.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^6.2.2",
@ -99,7 +99,7 @@
"husky": "^4.3.0",
"image-webpack-loader": "^7.0.0",
"increase-memory-limit": "^1.0.7",
"lint-staged": "^10.3.0",
"lint-staged": "^10.4.0",
"mockjs": "^1.1.0",
"plop": "^2.7.4",
"prettier": "^2.1.2",

View File

@ -1,5 +0,0 @@
module.exports = {
plugins: {
autoprefixer: {},
},
};