更新 electron 到 v32.2.2

pull/2078/head^2
lyswhut 2024-10-25 20:12:29 +08:00
parent b436497555
commit 2cfe4d29ba
23 changed files with 576 additions and 579 deletions

1126
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -108,24 +108,24 @@
}, },
"homepage": "https://github.com/lyswhut/lx-music-desktop#readme", "homepage": "https://github.com/lyswhut/lx-music-desktop#readme",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.25.8", "@babel/core": "^7.25.9",
"@babel/eslint-parser": "^7.25.8", "@babel/eslint-parser": "^7.25.9",
"@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-umd": "^7.25.7", "@babel/plugin-transform-modules-umd": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.7", "@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.25.8", "@babel/preset-env": "^7.25.9",
"@babel/preset-typescript": "^7.25.7", "@babel/preset-typescript": "^7.25.9",
"@tsconfig/recommended": "^1.0.7", "@tsconfig/recommended": "^1.0.7",
"@types/better-sqlite3": "^7.6.11", "@types/better-sqlite3": "^7.6.11",
"@types/needle": "^3.3.0", "@types/needle": "^3.3.0",
"@types/node": "^20.16.12", "@types/node": "^20.17.0",
"@types/tunnel": "^0.0.7", "@types/tunnel": "^0.0.7",
"@types/ws": "8.5.4", "@types/ws": "8.5.4",
"@volar/vue-language-plugin-pug": "^1.6.5", "@volar/vue-language-plugin-pug": "^1.6.5",
"@vue/language-plugin-pug": "^2.1.6", "@vue/language-plugin-pug": "^2.1.6",
"babel-loader": "^9.2.1", "babel-loader": "^9.2.1",
"browserslist": "^4.24.0", "browserslist": "^4.24.2",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"changelog-parser": "^3.0.1", "changelog-parser": "^3.0.1",
"copy-webpack-plugin": "^12.0.2", "copy-webpack-plugin": "^12.0.2",
@ -134,21 +134,21 @@
"css-loader": "^7.1.2", "css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0", "css-minimizer-webpack-plugin": "^7.0.0",
"del": "^6.1.1", "del": "^6.1.1",
"electron": "^30.5.1", "electron": "^32.2.2",
"electron-builder": "^25.1.8", "electron-builder": "^25.1.8",
"electron-debug": "^3.2.0", "electron-debug": "^3.2.0",
"electron-devtools-installer": "github:lyswhut/electron-devtools-installer#64596d615c1fc891eefd8aef1dfcb2c87aaadf03", "electron-devtools-installer": "github:lyswhut/electron-devtools-installer#64596d615c1fc891eefd8aef1dfcb2c87aaadf03",
"electron-to-chromium": "^1.5.40", "electron-to-chromium": "^1.5.45",
"electron-updater": "^6.3.9", "electron-updater": "^6.3.9",
"eslint": "^8.57.1", "eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0", "eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^43.0.1", "eslint-config-standard-with-typescript": "^43.0.1",
"eslint-formatter-friendly": "github:lyswhut/eslint-friendly-formatter#2170d1320e2fad13615a9dcf229669f0bb473a53", "eslint-formatter-friendly": "github:lyswhut/eslint-friendly-formatter#2170d1320e2fad13615a9dcf229669f0bb473a53",
"eslint-plugin-html": "^8.1.2", "eslint-plugin-html": "^8.1.2",
"eslint-plugin-vue": "^9.29.0", "eslint-plugin-vue": "^9.29.1",
"eslint-plugin-vue-pug": "^0.6.2", "eslint-plugin-vue-pug": "^0.6.2",
"eslint-webpack-plugin": "^4.2.0", "eslint-webpack-plugin": "^4.2.0",
"html-webpack-plugin": "^5.6.0", "html-webpack-plugin": "^5.6.3",
"less": "^4.2.0", "less": "^4.2.0",
"less-loader": "^12.2.0", "less-loader": "^12.2.0",
"mini-css-extract-plugin": "^2.9.1", "mini-css-extract-plugin": "^2.9.1",
@ -179,7 +179,7 @@
}, },
"dependencies": { "dependencies": {
"@simonwep/pickr": "^1.9.1", "@simonwep/pickr": "^1.9.1",
"better-sqlite3": "^11.3.0", "better-sqlite3": "^11.5.0",
"bufferutil": "^4.0.8", "bufferutil": "^4.0.8",
"comlink": "~4.3.1", "comlink": "~4.3.1",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
@ -203,6 +203,7 @@
"overrides": { "overrides": {
"got": "^11", "got": "^11",
"json5": "latest", "json5": "latest",
"node-abi": "latest",
"minimatch": "latest", "minimatch": "latest",
"semver": "latest", "semver": "latest",
"svg-transform-loader": { "svg-transform-loader": {

View File

@ -22,4 +22,4 @@
### 其他 ### 其他
- 更新 electron 到 v30.5.1 - 更新 electron 到 v32.2.2