Skip to content

Commit

Permalink
更新依赖&版本号(2.10.0-beta.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Nov 26, 2024
1 parent 4e1510c commit 42d9fcd
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 38 deletions.
Binary file modified build-config/lib/better_sqlite3_electron-v128-linux-arm.node
Binary file not shown.
Binary file modified build-config/lib/better_sqlite3_electron-v128-linux-arm64.node
Binary file not shown.
Binary file modified build-config/lib/better_sqlite3_electron-v128-linux-x64.node
Binary file not shown.
61 changes: 31 additions & 30 deletions package-lock.json

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

16 changes: 8 additions & 8 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.4",
"version": "2.10.0-beta.5",
"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.7",
"@types/node": "^20.17.8",
"@types/tunnel": "^0.0.7",
"@types/ws": "8.5.4",
"@volar/vue-language-plugin-pug": "^1.6.5",
Expand All @@ -138,7 +138,7 @@
"electron-builder": "^25.1.8",
"electron-debug": "^3.2.0",
"electron-devtools-installer": "github:lyswhut/electron-devtools-installer#64596d615c1fc891eefd8aef1dfcb2c87aaadf03",
"electron-to-chromium": "^1.5.64",
"electron-to-chromium": "^1.5.65",
"electron-updater": "^6.3.9",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
Expand All @@ -149,7 +149,7 @@
"eslint-plugin-vue-pug": "^0.6.2",
"eslint-webpack-plugin": "^4.2.0",
"html-webpack-plugin": "^5.6.3",
"less": "^4.2.0",
"less": "^4.2.1",
"less-loader": "^12.2.0",
"mini-css-extract-plugin": "^2.9.2",
"node-loader": "^2.1.0",
Expand Down Expand Up @@ -179,11 +179,11 @@
},
"dependencies": {
"@simonwep/pickr": "^1.9.1",
"better-sqlite3": "^11.5.0",
"better-sqlite3": "^11.6.0",
"bufferutil": "^4.0.8",
"comlink": "~4.3.1",
"crypto-js": "^4.2.0",
"electron-log": "^5.2.2",
"electron-log": "^5.2.3",
"font-list": "^1.5.1",
"iconv-lite": "^0.6.3",
"image-size": "^1.1.0",
Expand All @@ -193,11 +193,11 @@
"music-metadata": "^10.6.0",
"needle": "github:lyswhut/needle#93299ac841b7e9a9f82ca7279b88aaaeda404060",
"node-id3": "^0.2.6",
"sortablejs": "^1.15.3",
"sortablejs": "^1.15.4",
"tunnel": "^0.0.6",
"utf-8-validate": "^6.0.5",
"vue": "~3.3.13",
"vue-router": "^4.4.5",
"vue-router": "^4.5.0",
"ws": "^8.18.0"
},
"overrides": {
Expand Down

0 comments on commit 42d9fcd

Please sign in to comment.