更新依赖
parent
7a20f06cf4
commit
aa940ef9f7
|
@ -1,5 +1,6 @@
|
|||
module.exports = {
|
||||
upgrade: true,
|
||||
// upgrade: true,
|
||||
// target: 'newest',
|
||||
reject: [
|
||||
'webpack-dev-server',
|
||||
'eslint',
|
||||
|
|
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
|
@ -167,13 +167,13 @@
|
|||
},
|
||||
"homepage": "https://github.com/lyswhut/lx-music-desktop#readme",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.16.5",
|
||||
"@babel/plugin-proposal-class-properties": "^7.16.5",
|
||||
"@babel/core": "^7.16.7",
|
||||
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/plugin-transform-modules-umd": "^7.16.5",
|
||||
"@babel/plugin-transform-runtime": "^7.16.5",
|
||||
"@babel/plugin-transform-modules-umd": "^7.16.7",
|
||||
"@babel/plugin-transform-runtime": "^7.16.7",
|
||||
"@babel/polyfill": "^7.12.1",
|
||||
"@babel/preset-env": "^7.16.5",
|
||||
"@babel/preset-env": "^7.16.7",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-loader": "^8.2.3",
|
||||
"babel-preset-minify": "^0.5.1",
|
||||
|
@ -191,7 +191,7 @@
|
|||
"electron-builder": "^22.11.7",
|
||||
"electron-debug": "^3.2.0",
|
||||
"electron-devtools-installer": "^3.2.0",
|
||||
"electron-to-chromium": "^1.4.27",
|
||||
"electron-to-chromium": "^1.4.31",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-standard": "^16.0.3",
|
||||
"eslint-formatter-friendly": "^7.0.0",
|
||||
|
@ -223,7 +223,7 @@
|
|||
"svgo-loader": "^3.0.0",
|
||||
"terser-webpack-plugin": "^5.3.0",
|
||||
"url-loader": "^4.1.1",
|
||||
"vue-loader": "^16.8.3",
|
||||
"vue-loader": "^17.0.0",
|
||||
"vue-template-compiler": "^2.6.14",
|
||||
"webpack": "^5.65.0",
|
||||
"webpack-cli": "^4.9.1",
|
||||
|
@ -234,7 +234,7 @@
|
|||
"dependencies": {
|
||||
"bufferutil": "^4.0.5",
|
||||
"crypto-js": "^4.1.1",
|
||||
"electron-log": "^4.4.3",
|
||||
"electron-log": "^4.4.4",
|
||||
"electron-store": "^8.0.1",
|
||||
"electron-updater": "^4.6.1",
|
||||
"font-list": "github:lyswhut/node-font-list#4edbb1933b49a9bac1eedd63a31da16b487fe57d",
|
||||
|
@ -250,8 +250,8 @@
|
|||
"socket.io": "^4.4.0",
|
||||
"sortablejs": "^1.14.0",
|
||||
"utf-8-validate": "^5.0.7",
|
||||
"vue": "^3.2.23",
|
||||
"vue-i18n": "^9.2.0-beta.22",
|
||||
"vue": "^3.2.26",
|
||||
"vue-i18n": "^9.2.0-beta.26",
|
||||
"vue-router": "^4.0.12",
|
||||
"vuex": "^4.0.2"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue