更新版本号(2.12.0-beta.0)

pull/2372/head
lyswhut 2025-05-02 12:36:08 +08:00
parent b6f5770dc2
commit 72939db2df
2 changed files with 18 additions and 18 deletions

28
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "lx-music-desktop",
"version": "2.11.0",
"version": "2.12.0-beta.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "lx-music-desktop",
"version": "2.11.0",
"version": "2.12.0-beta.0",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
@ -15,7 +15,7 @@
"bufferutil": "^4.0.9",
"comlink": "~4.3.1",
"crypto-js": "^4.2.0",
"electron-log": "^5.3.4",
"electron-log": "^5.4.0",
"font-list": "^1.5.1",
"iconv-lite": "^0.6.3",
"image-size": "^1.1.0",
@ -64,7 +64,7 @@
"electron-builder": "^26.0.14",
"electron-debug": "^3.2.0",
"electron-devtools-installer": "github:lyswhut/electron-devtools-installer#64596d615c1fc891eefd8aef1dfcb2c87aaadf03",
"electron-to-chromium": "^1.5.148",
"electron-to-chromium": "^1.5.149",
"electron-updater": "6.6.3",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
@ -76,7 +76,7 @@
"eslint-webpack-plugin": "^4.2.0",
"html-webpack-plugin": "^5.6.3",
"less": "^4.3.0",
"less-loader": "^12.2.0",
"less-loader": "^12.3.0",
"mini-css-extract-plugin": "^2.9.2",
"node-loader": "^2.1.0",
"postcss": "^8.5.3",
@ -7222,9 +7222,9 @@
}
},
"node_modules/electron-log": {
"version": "5.3.4",
"resolved": "https://registry.npmjs.org/electron-log/-/electron-log-5.3.4.tgz",
"integrity": "sha512-QLj0EbsA5R5Yy4vjGlLe7m8hPNZ/Enp7c7a2WH7RUPr0hIOp0vDaC+6bJM0th6+uZKiZGGH5a2aKzvYp3eYwDQ==",
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/electron-log/-/electron-log-5.4.0.tgz",
"integrity": "sha512-AXI5OVppskrWxEAmCxuv8ovX+s2Br39CpCAgkGMNHQtjYT3IiVbSQTncEjFVGPgoH35ZygRm/mvUMBDWwhRxgg==",
"license": "MIT",
"engines": {
"node": ">= 14"
@ -7286,9 +7286,9 @@
}
},
"node_modules/electron-to-chromium": {
"version": "1.5.148",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.148.tgz",
"integrity": "sha512-8uc1QXwwqayD4mblcsQYZqoi+cOc97A2XmKSBOIRbEAvbp6vrqmSYs4dHD2qVygUgn7Mi0qdKgPaJ9WC8cv63A==",
"version": "1.5.149",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.149.tgz",
"integrity": "sha512-UyiO82eb9dVOx8YO3ajDf9jz2kKyt98DEITRdeLPstOEuTlLzDA4Gyq5K9he71TQziU5jUVu2OAu5N48HmQiyQ==",
"dev": true,
"license": "ISC"
},
@ -11044,9 +11044,9 @@
}
},
"node_modules/less-loader": {
"version": "12.2.0",
"resolved": "https://registry.npmjs.org/less-loader/-/less-loader-12.2.0.tgz",
"integrity": "sha512-MYUxjSQSBUQmowc0l5nPieOYwMzGPUaTzB6inNW/bdPEG9zOL3eAAD1Qw5ZxSPk7we5dMojHwNODYMV1hq4EVg==",
"version": "12.3.0",
"resolved": "https://registry.npmjs.org/less-loader/-/less-loader-12.3.0.tgz",
"integrity": "sha512-0M6+uYulvYIWs52y0LqN4+QM9TqWAohYSNTo4htE8Z7Cn3G/qQMEmktfHmyJT23k+20kU9zHH2wrfFXkxNLtVw==",
"dev": true,
"license": "MIT",
"engines": {

View File

@ -1,6 +1,6 @@
{
"name": "lx-music-desktop",
"version": "2.11.0",
"version": "2.12.0-beta.0",
"description": "一个免费的音乐查找助手",
"main": "./dist/main.js",
"scripts": {
@ -138,7 +138,7 @@
"electron-builder": "^26.0.14",
"electron-debug": "^3.2.0",
"electron-devtools-installer": "github:lyswhut/electron-devtools-installer#64596d615c1fc891eefd8aef1dfcb2c87aaadf03",
"electron-to-chromium": "^1.5.148",
"electron-to-chromium": "^1.5.149",
"electron-updater": "6.6.3",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
@ -150,7 +150,7 @@
"eslint-webpack-plugin": "^4.2.0",
"html-webpack-plugin": "^5.6.3",
"less": "^4.3.0",
"less-loader": "^12.2.0",
"less-loader": "^12.3.0",
"mini-css-extract-plugin": "^2.9.2",
"node-loader": "^2.1.0",
"postcss": "^8.5.3",
@ -182,7 +182,7 @@
"bufferutil": "^4.0.9",
"comlink": "~4.3.1",
"crypto-js": "^4.2.0",
"electron-log": "^5.3.4",
"electron-log": "^5.4.0",
"font-list": "^1.5.1",
"iconv-lite": "^0.6.3",
"image-size": "^1.1.0",