Skip to content

Commit

Permalink
更新依赖&版本号(2.10.0-beta.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Nov 30, 2024
1 parent 9d070b3 commit 28d0412
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 35 deletions.
67 changes: 40 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lx-music-desktop",
"version": "2.10.0-beta.5",
"version": "2.10.0-beta.6",
"description": "一个免费的音乐查找助手",
"main": "./dist/main.js",
"productName": "lx-music-desktop",
Expand Down Expand Up @@ -119,7 +119,7 @@
"@tsconfig/recommended": "^1.0.8",
"@types/better-sqlite3": "^7.6.12",
"@types/needle": "^3.3.0",
"@types/node": "^20.17.8",
"@types/node": "^20.17.9",
"@types/tunnel": "^0.0.7",
"@types/ws": "8.5.4",
"@volar/vue-language-plugin-pug": "^1.6.5",
Expand All @@ -134,18 +134,18 @@
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"del": "^6.1.1",
"electron": "^32.2.5",
"electron": "^32.2.6",
"electron-builder": "^25.1.8",
"electron-debug": "^3.2.0",
"electron-devtools-installer": "github:lyswhut/electron-devtools-installer#64596d615c1fc891eefd8aef1dfcb2c87aaadf03",
"electron-to-chromium": "^1.5.65",
"electron-to-chromium": "^1.5.67",
"electron-updater": "^6.3.9",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-formatter-friendly": "github:lyswhut/eslint-friendly-formatter#2170d1320e2fad13615a9dcf229669f0bb473a53",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-vue": "^9.31.0",
"eslint-plugin-vue": "^9.32.0",
"eslint-plugin-vue-pug": "^0.6.2",
"eslint-webpack-plugin": "^4.2.0",
"html-webpack-plugin": "^5.6.3",
Expand Down Expand Up @@ -190,10 +190,10 @@
"jschardet": "^3.1.4",
"long": "^5.2.3",
"message2call": "^0.1.3",
"music-metadata": "^10.6.0",
"music-metadata": "^10.6.1",
"needle": "github:lyswhut/needle#93299ac841b7e9a9f82ca7279b88aaaeda404060",
"node-id3": "^0.2.6",
"sortablejs": "^1.15.4",
"sortablejs": "^1.15.6",
"tunnel": "^0.0.6",
"utf-8-validate": "^6.0.5",
"vue": "~3.3.13",
Expand Down
2 changes: 1 addition & 1 deletion publish/changeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Linux 系统至少需要 GLIBC_2.29 版本才能运行,

### 其他

- 更新 electron 到 v32.2.5
- 更新 electron 到 v32.2.6

0 comments on commit 28d0412

Please sign in to comment.