Skip to content

Commit

Permalink
更新依赖&版本号(2.10.0-beta.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Dec 14, 2024
1 parent 6f74003 commit 77ecd4b
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 70 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.
107 changes: 44 additions & 63 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.8",
"version": "2.10.0-beta.9",
"description": "一个免费的音乐查找助手",
"main": "./dist/main.js",
"scripts": {
Expand Down Expand Up @@ -118,13 +118,13 @@
"@tsconfig/recommended": "^1.0.8",
"@types/better-sqlite3": "^7.6.12",
"@types/needle": "^3.3.0",
"@types/node": "^20.17.9",
"@types/node": "^20.17.10",
"@types/tunnel": "^0.0.7",
"@types/ws": "8.5.4",
"@volar/vue-language-plugin-pug": "^1.6.5",
"@vue/language-plugin-pug": "^2.1.10",
"babel-loader": "^9.2.1",
"browserslist": "^4.24.2",
"browserslist": "^4.24.3",
"chalk": "^4.1.2",
"changelog-parser": "^3.0.1",
"copy-webpack-plugin": "^12.0.2",
Expand All @@ -137,7 +137,7 @@
"electron-builder": "^26.0.0-alpha.7",
"electron-debug": "^3.2.0",
"electron-devtools-installer": "github:lyswhut/electron-devtools-installer#64596d615c1fc891eefd8aef1dfcb2c87aaadf03",
"electron-to-chromium": "^1.5.71",
"electron-to-chromium": "^1.5.73",
"electron-updater": "^6.4.0-alpha.1",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
Expand All @@ -163,7 +163,7 @@
"svg-transform-loader": "^2.0.13",
"svgo-loader": "^4.0.0",
"terser": "^5.37.0",
"terser-webpack-plugin": "^5.3.10",
"terser-webpack-plugin": "^5.3.11",
"tree-kill": "^1.2.2",
"ts-loader": "^9.5.1",
"typescript": "5.6.3",
Expand All @@ -178,7 +178,7 @@
},
"dependencies": {
"@simonwep/pickr": "^1.9.1",
"better-sqlite3": "^11.6.0",
"better-sqlite3": "^11.7.0",
"bufferutil": "^4.0.8",
"comlink": "~4.3.1",
"crypto-js": "^4.2.0",
Expand All @@ -189,7 +189,7 @@
"jschardet": "^3.1.4",
"long": "^5.2.3",
"message2call": "^0.1.3",
"music-metadata": "^10.6.2",
"music-metadata": "^10.6.4",
"needle": "github:lyswhut/needle#93299ac841b7e9a9f82ca7279b88aaaeda404060",
"node-id3": "^0.2.6",
"sortablejs": "^1.15.6",
Expand Down

0 comments on commit 77ecd4b

Please sign in to comment.