更新electron到7.1.11

pull/166/head
lyswhut 2020-01-31 11:59:20 +08:00
parent 867ae2991c
commit 163830f1bd
3 changed files with 470 additions and 549 deletions

1003
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -49,7 +49,7 @@
"lint:fix": "eslint --ext .js,.vue -f ./node_modules/eslint-formatter-friendly --fix src"
},
"browserslist": [
"Electron 7.1.10"
"Electron 7.1.11"
],
"engines": {
"node": ">= 12"
@ -139,16 +139,16 @@
},
"homepage": "https://github.com/lyswhut/lx-music-desktop#readme",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.8.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"autoprefixer": "^9.7.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-preset-minify": "^0.5.1",
"browserslist": "^4.8.5",
"browserslist": "^4.8.6",
"cfonts": "^2.4.8",
"chalk": "^3.0.0",
"changelog-parser": "^2.8.0",
@ -158,8 +158,8 @@
"cross-env": "^7.0.0",
"css-loader": "^3.4.2",
"del": "^5.1.0",
"electron": "^7.1.10",
"electron-builder": "^22.2.0",
"electron": "^7.1.11",
"electron-builder": "^22.3.2",
"electron-debug": "^3.0.1",
"electron-devtools-installer": "^2.2.4",
"eslint": "^6.8.0",
@ -188,7 +188,7 @@
"rimraf": "^3.0.1",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^2.3.2",
"terser-webpack-plugin": "^2.3.4",
"url-loader": "^3.0.0",
"vue-loader": "^15.8.3",
"vue-style-loader": "^4.1.2",

View File

@ -14,4 +14,4 @@
### 其他
- 更新electron到 7.1.10
- 更新electron到 7.1.11