更新依赖
parent
2cf5bb689f
commit
6d76814aed
File diff suppressed because it is too large
Load Diff
30
package.json
30
package.json
|
@ -108,23 +108,23 @@
|
|||
},
|
||||
"homepage": "https://github.com/lyswhut/lx-music-desktop#readme",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.20",
|
||||
"@babel/core": "^7.23.0",
|
||||
"@babel/eslint-parser": "^7.22.15",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/plugin-transform-modules-umd": "^7.22.5",
|
||||
"@babel/plugin-transform-runtime": "^7.22.15",
|
||||
"@babel/preset-env": "^7.22.20",
|
||||
"@babel/preset-typescript": "^7.22.15",
|
||||
"@babel/preset-typescript": "^7.23.0",
|
||||
"@tsconfig/recommended": "^1.0.3",
|
||||
"@types/better-sqlite3": "^7.6.5",
|
||||
"@types/needle": "^3.2.0",
|
||||
"@types/needle": "^3.2.1",
|
||||
"@types/tunnel": "^0.0.4",
|
||||
"@types/ws": "8.5.4",
|
||||
"@volar/vue-language-plugin-pug": "^1.6.5",
|
||||
"@vue/language-plugin-pug": "^1.8.11",
|
||||
"@vue/language-plugin-pug": "^1.8.15",
|
||||
"babel-loader": "^9.1.3",
|
||||
"browserslist": "^4.21.10",
|
||||
"browserslist": "^4.22.0",
|
||||
"chalk": "^4.1.2",
|
||||
"changelog-parser": "^3.0.1",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
|
@ -133,15 +133,15 @@
|
|||
"css-loader": "^6.8.1",
|
||||
"css-minimizer-webpack-plugin": "^5.0.1",
|
||||
"del": "^6.1.1",
|
||||
"electron": "^25.8.1",
|
||||
"electron-builder": "^24.6.5",
|
||||
"electron": "^25.8.3",
|
||||
"electron-builder": "^24.7.0",
|
||||
"electron-debug": "^3.2.0",
|
||||
"electron-devtools-installer": "^3.2.0",
|
||||
"electron-to-chromium": "^1.4.523",
|
||||
"electron-to-chromium": "^1.4.532",
|
||||
"electron-updater": "^6.1.5",
|
||||
"eslint": "^8.49.0",
|
||||
"eslint": "^8.50.0",
|
||||
"eslint-config-standard": "^17.1.0",
|
||||
"eslint-config-standard-with-typescript": "^39.0.0",
|
||||
"eslint-config-standard-with-typescript": "^39.1.0",
|
||||
"eslint-formatter-friendly": "github:lyswhut/eslint-friendly-formatter#2170d1320e2fad13615a9dcf229669f0bb473a53",
|
||||
"eslint-plugin-html": "^7.1.0",
|
||||
"eslint-plugin-vue": "^9.17.0",
|
||||
|
@ -157,12 +157,12 @@
|
|||
"postcss-pxtorem": "^6.0.0",
|
||||
"pug": "^3.0.2",
|
||||
"pug-plain-loader": "^1.1.0",
|
||||
"rimraf": "^5.0.1",
|
||||
"rimraf": "^5.0.5",
|
||||
"spinnies": "github:lyswhut/spinnies#233305c58694aa3b053e3ab9af9049993f918b9d",
|
||||
"svg-sprite-loader": "^6.0.11",
|
||||
"svg-transform-loader": "^2.0.13",
|
||||
"svgo-loader": "^4.0.0",
|
||||
"terser": "^5.19.4",
|
||||
"terser": "^5.20.0",
|
||||
"terser-webpack-plugin": "^5.3.9",
|
||||
"ts-loader": "^9.4.4",
|
||||
"typescript": "^5.1.6",
|
||||
|
@ -182,7 +182,7 @@
|
|||
"comlink": "~4.3.1",
|
||||
"crypto-js": "^4.1.1",
|
||||
"electron-font-manager": "github:lyswhut/electron-font-manager#6d2f5ecf850c4fe34812b9394913680462ee0dae",
|
||||
"electron-log": "^5.0.0-beta.29",
|
||||
"electron-log": "^5.0.0-rc.1",
|
||||
"electron-store": "^8.1.0",
|
||||
"font-list": "^1.5.1",
|
||||
"iconv-lite": "^0.6.3",
|
||||
|
@ -197,8 +197,8 @@
|
|||
"tunnel": "^0.0.6",
|
||||
"utf-8-validate": "^6.0.3",
|
||||
"vue": "~3.2.47",
|
||||
"vue-router": "^4.2.4",
|
||||
"ws": "^8.14.1"
|
||||
"vue-router": "^4.2.5",
|
||||
"ws": "^8.14.2"
|
||||
},
|
||||
"overrides": {
|
||||
"got": "^11",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
### 不兼容性变更
|
||||
|
||||
- 由于微软及Electron已结束对 Windows 7、Windows 8 的支持,所以从这个版本起,LX的默认 Windows 版也不再支持这些版本的系统,但考虑到仍然有许多人使用 Windows 7,我们特别构建了能在 Windows 7 上使用的免安装版(文件名带win7),需要注意的是这个版本缺乏安全更新,若非必要情况,不要使用该版本
|
||||
- 由于微软及Electron即将结束对 Windows 7、Windows 8 的支持,所以从这个版本起,LX的默认 Windows 版也不再支持这些版本的系统,但考虑到仍然有许多人使用 Windows 7,我们特别构建了能在 Windows 7 上使用的免安装版(文件名带win7),需要注意的是这个版本将缺乏安全更新,若非必要情况,不要使用该版本
|
||||
- 由于微软在 Windows 10 2004版本已删除对32位的OEM支持,所以在这个版本起,LX的默认 Windows 版已不再提供32位的支持
|
||||
- 更改构建的文件名格式,主要修改linux下deb、rpm文件命名格式
|
||||
|
||||
|
@ -23,4 +23,4 @@
|
|||
|
||||
### 其他
|
||||
|
||||
- 更新 electron 到 v25.8.1
|
||||
- 更新 electron 到 v25.8.3
|
||||
|
|
Loading…
Reference in New Issue