Kaynağa Gözat

更新依赖

chuzhixin 4 yıl önce
ebeveyn
işleme
d5cb3b7351
2 değiştirilmiş dosya ile 2 ekleme ve 7 silme
  1. 2 2
      package.json
  2. 0 5
      postcss.config.js

+ 2 - 2
package.json

@@ -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",

+ 0 - 5
postcss.config.js

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