umbrella22

更新依赖

......@@ -17,7 +17,8 @@
"pack": "npm run pack:main && npm run pack:renderer",
"pack:main": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.main.config.js",
"pack:renderer": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.renderer.config.js",
"update:serve": "node server/index.js"
"update:serve": "node server/index.js",
"dep:upgrade": "yarn upgrade-interactive --latest"
},
"build": {
"extraFiles": [],
......@@ -133,7 +134,7 @@
"happypack": "^5.0.1",
"hard-source-webpack-plugin": "^0.13.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "1.1.1",
"mini-css-extract-plugin": "1.3.3",
"multispinner": "^0.2.1",
"node-loader": "^1.0.2",
"portfinder": "^1.0.28",
......
......@@ -6159,10 +6159,10 @@ mimic-response@^1.0.0, mimic-response@^1.0.1:
resolved "https://registry.npm.taobao.org/mimic-response/download/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
integrity sha1-SSNTiHju9CBjy4o+OweYeBSHqxs=
mini-css-extract-plugin@1.1.1:
version "1.1.1"
resolved "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-1.1.1.tgz?cache=0&sync_timestamp=1607647607846&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmini-css-extract-plugin%2Fdownload%2Fmini-css-extract-plugin-1.1.1.tgz#4ab9948b7be38cf3a730cb4c9a881eb7f62baadb"
integrity sha1-SrmUi3vjjPOnMMtMmoget/Yrqts=
mini-css-extract-plugin@1.3.3:
version "1.3.3"
resolved "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-1.3.3.tgz#7802e62b34199aa7d1a62e654395859a836486a0"
integrity sha1-eALmKzQZmqfRpi5lQ5WFmoNkhqA=
dependencies:
loader-utils "^2.0.0"
schema-utils "^3.0.0"
......