更新 electron 到 v29.4.2
parent
e094e80ecf
commit
1fefb2bcaf
|
@ -11,6 +11,7 @@ module.exports = {
|
|||
'@types/ws',
|
||||
'eslint',
|
||||
'electron-debug',
|
||||
'better-sqlite3',
|
||||
// 'eslint-config-standard-with-typescript',
|
||||
// 'typescript', // https://github.com/microsoft/TypeScript/pull/54567
|
||||
],
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
|
@ -108,14 +108,14 @@
|
|||
},
|
||||
"homepage": "https://github.com/lyswhut/lx-music-desktop#readme",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.6",
|
||||
"@babel/eslint-parser": "^7.24.6",
|
||||
"@babel/core": "^7.24.7",
|
||||
"@babel/eslint-parser": "^7.24.7",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/plugin-transform-modules-umd": "^7.24.6",
|
||||
"@babel/plugin-transform-runtime": "^7.24.6",
|
||||
"@babel/preset-env": "^7.24.6",
|
||||
"@babel/preset-typescript": "^7.24.6",
|
||||
"@babel/plugin-transform-modules-umd": "^7.24.7",
|
||||
"@babel/plugin-transform-runtime": "^7.24.7",
|
||||
"@babel/preset-env": "^7.24.7",
|
||||
"@babel/preset-typescript": "^7.24.7",
|
||||
"@tsconfig/recommended": "^1.0.6",
|
||||
"@types/better-sqlite3": "^7.6.10",
|
||||
"@types/needle": "^3.3.0",
|
||||
|
@ -133,12 +133,12 @@
|
|||
"css-loader": "^7.1.2",
|
||||
"css-minimizer-webpack-plugin": "^7.0.0",
|
||||
"del": "^6.1.1",
|
||||
"electron": "^28.3.3",
|
||||
"electron": "^29.4.2",
|
||||
"electron-builder": "^24.13.3",
|
||||
"electron-debug": "^3.2.0",
|
||||
"electron-devtools-installer": "^3.2.0",
|
||||
"electron-to-chromium": "^1.4.787",
|
||||
"electron-updater": "^6.1.8",
|
||||
"electron-to-chromium": "^1.4.793",
|
||||
"electron-updater": "^6.2.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-standard": "^17.1.0",
|
||||
"eslint-config-standard-with-typescript": "^43.0.1",
|
||||
|
@ -162,7 +162,7 @@
|
|||
"svg-sprite-loader": "^6.0.11",
|
||||
"svg-transform-loader": "^2.0.13",
|
||||
"svgo-loader": "^4.0.0",
|
||||
"terser": "^5.31.0",
|
||||
"terser": "^5.31.1",
|
||||
"terser-webpack-plugin": "^5.3.10",
|
||||
"tree-kill": "^1.2.2",
|
||||
"ts-loader": "^9.5.1",
|
||||
|
|
|
@ -6,3 +6,7 @@
|
|||
### 变更
|
||||
|
||||
- 简化了应用退出行为,据测试,现在 linux 下,若启用了托盘,dock 右键菜单的 退出、关闭所有 之类的功能将不再退出程序,需改用托盘的退出按钮退出程序
|
||||
|
||||
### 其他
|
||||
|
||||
- 更新 electron 到 v29.4.2
|
||||
|
|
Loading…
Reference in New Issue