更新依赖
parent
b1f2a27eac
commit
e2f6ec308c
File diff suppressed because it is too large
Load Diff
28
package.json
28
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lx-music-desktop",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-beta.1",
|
||||
"description": "一个免费的音乐查找助手",
|
||||
"main": "./dist/main.js",
|
||||
"productName": "lx-music-desktop",
|
||||
|
@ -115,35 +115,35 @@
|
|||
"@babel/preset-env": "^7.23.2",
|
||||
"@babel/preset-typescript": "^7.23.2",
|
||||
"@tsconfig/recommended": "^1.0.3",
|
||||
"@types/better-sqlite3": "^7.6.6",
|
||||
"@types/better-sqlite3": "^7.6.7",
|
||||
"@types/needle": "^3.2.2",
|
||||
"@types/tunnel": "^0.0.5",
|
||||
"@types/ws": "8.5.4",
|
||||
"@volar/vue-language-plugin-pug": "^1.6.5",
|
||||
"@vue/language-plugin-pug": "^1.8.20",
|
||||
"@vue/language-plugin-pug": "^1.8.22",
|
||||
"babel-loader": "^9.1.3",
|
||||
"browserslist": "^4.22.1",
|
||||
"chalk": "^4.1.2",
|
||||
"changelog-parser": "^3.0.1",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"core-js": "^3.33.1",
|
||||
"core-js": "^3.33.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"css-loader": "^6.8.1",
|
||||
"css-minimizer-webpack-plugin": "^5.0.1",
|
||||
"del": "^6.1.1",
|
||||
"electron": "^25.9.2",
|
||||
"electron-builder": "^24.8.0",
|
||||
"electron": "^25.9.3",
|
||||
"electron-builder": "^24.8.1",
|
||||
"electron-debug": "^3.2.0",
|
||||
"electron-devtools-installer": "^3.2.0",
|
||||
"electron-to-chromium": "^1.4.566",
|
||||
"electron-updater": "^6.1.6",
|
||||
"eslint": "^8.52.0",
|
||||
"electron-to-chromium": "^1.4.577",
|
||||
"electron-updater": "^6.1.7",
|
||||
"eslint": "^8.53.0",
|
||||
"eslint-config-standard": "^17.1.0",
|
||||
"eslint-config-standard-with-typescript": "^39.1.1",
|
||||
"eslint-formatter-friendly": "github:lyswhut/eslint-friendly-formatter#2170d1320e2fad13615a9dcf229669f0bb473a53",
|
||||
"eslint-plugin-html": "^7.1.0",
|
||||
"eslint-plugin-vue": "^9.18.0",
|
||||
"eslint-plugin-vue-pug": "^0.6.0",
|
||||
"eslint-plugin-vue": "^9.18.1",
|
||||
"eslint-plugin-vue-pug": "^0.6.1",
|
||||
"eslint-webpack-plugin": "^4.0.1",
|
||||
"html-webpack-plugin": "^5.5.3",
|
||||
"less": "^4.2.0",
|
||||
|
@ -160,12 +160,12 @@
|
|||
"svg-sprite-loader": "^6.0.11",
|
||||
"svg-transform-loader": "^2.0.13",
|
||||
"svgo-loader": "^4.0.0",
|
||||
"terser": "^5.22.0",
|
||||
"terser": "^5.24.0",
|
||||
"terser-webpack-plugin": "^5.3.9",
|
||||
"ts-loader": "^9.5.0",
|
||||
"typescript": "^5.3.0-beta",
|
||||
"vue-eslint-parser": "^9.3.2",
|
||||
"vue-loader": "^17.3.0",
|
||||
"vue-loader": "^17.3.1",
|
||||
"vue-template-compiler": "^2.7.15",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^5.1.4",
|
||||
|
@ -193,7 +193,7 @@
|
|||
"sortablejs": "^1.15.0",
|
||||
"tunnel": "^0.0.6",
|
||||
"utf-8-validate": "^6.0.3",
|
||||
"vue": "^3.3.7",
|
||||
"vue": "^3.3.8",
|
||||
"vue-router": "^4.2.5",
|
||||
"ws": "^8.14.2"
|
||||
},
|
||||
|
|
|
@ -20,5 +20,5 @@
|
|||
### 其他
|
||||
|
||||
- 移除所有内置源,由于收到腾讯投诉要求停止提供软件内置的连接到他们平台的在线播放及下载服务,所以从即日(2023年10月18日)起LX本身不再提供上述服务
|
||||
- 更新 electron 到 v25.9.2
|
||||
- 更新 electron 到 v25.9.3
|
||||
- 更新许可协议的排版,使其看起来更加清晰明了,更新数据来源原理说明
|
||||
|
|
Loading…
Reference in New Issue