|
1 | 1 | { |
2 | 2 | "name": "lx-music-desktop", |
3 | | - "version": "2.11.0-beta.3", |
| 3 | + "version": "2.11.0-beta.4", |
4 | 4 | "description": "一个免费的音乐查找助手", |
5 | 5 | "main": "./dist/main.js", |
6 | 6 | "scripts": { |
|
108 | 108 | "homepage": "https://github.com/lyswhut/lx-music-desktop#readme", |
109 | 109 | "devDependencies": { |
110 | 110 | "@babel/core": "^7.26.10", |
111 | | - "@babel/eslint-parser": "^7.26.10", |
| 111 | + "@babel/eslint-parser": "^7.27.0", |
112 | 112 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
113 | 113 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
114 | 114 | "@babel/plugin-transform-modules-umd": "^7.25.9", |
115 | 115 | "@babel/plugin-transform-runtime": "^7.26.10", |
116 | 116 | "@babel/preset-env": "^7.26.9", |
117 | | - "@babel/preset-typescript": "^7.26.0", |
| 117 | + "@babel/preset-typescript": "^7.27.0", |
118 | 118 | "@tsconfig/recommended": "^1.0.8", |
119 | | - "@types/better-sqlite3": "^7.6.12", |
| 119 | + "@types/better-sqlite3": "^7.6.13", |
120 | 120 | "@types/needle": "^3.3.0", |
121 | | - "@types/node": "^20.17.24", |
| 121 | + "@types/node": "^20.17.30", |
122 | 122 | "@types/tunnel": "^0.0.7", |
123 | 123 | "@types/ws": "8.5.4", |
124 | 124 | "@volar/vue-language-plugin-pug": "^1.6.5", |
|
133 | 133 | "css-loader": "^7.1.2", |
134 | 134 | "css-minimizer-webpack-plugin": "^7.0.2", |
135 | 135 | "del": "^6.1.1", |
136 | | - "electron": "^34.3.4", |
137 | | - "electron-builder": "^26.0.11", |
| 136 | + "electron": "^34.5.0", |
| 137 | + "electron-builder": "^26.0.12", |
138 | 138 | "electron-debug": "^3.2.0", |
139 | 139 | "electron-devtools-installer": "github:lyswhut/electron-devtools-installer#64596d615c1fc891eefd8aef1dfcb2c87aaadf03", |
140 | | - "electron-to-chromium": "^1.5.121", |
| 140 | + "electron-to-chromium": "^1.5.134", |
141 | 141 | "electron-updater": "6.6.2", |
142 | 142 | "eslint": "^8.57.1", |
143 | 143 | "eslint-config-standard": "^17.1.0", |
144 | 144 | "eslint-config-standard-with-typescript": "^43.0.1", |
145 | 145 | "eslint-formatter-friendly": "github:lyswhut/eslint-friendly-formatter#2170d1320e2fad13615a9dcf229669f0bb473a53", |
146 | 146 | "eslint-plugin-html": "^8.1.2", |
147 | | - "eslint-plugin-vue": "^9.32.0", |
| 147 | + "eslint-plugin-vue": "^9.33.0", |
148 | 148 | "eslint-plugin-vue-pug": "^0.6.2", |
149 | 149 | "eslint-webpack-plugin": "^4.2.0", |
150 | 150 | "html-webpack-plugin": "^5.6.3", |
151 | | - "less": "^4.2.2", |
| 151 | + "less": "^4.3.0", |
152 | 152 | "less-loader": "^12.2.0", |
153 | 153 | "mini-css-extract-plugin": "^2.9.2", |
154 | 154 | "node-loader": "^2.1.0", |
|
166 | 166 | "terser-webpack-plugin": "^5.3.14", |
167 | 167 | "tree-kill": "^1.2.2", |
168 | 168 | "ts-loader": "^9.5.2", |
169 | | - "typescript": "5.8.2", |
| 169 | + "typescript": "5.8.3", |
170 | 170 | "vue-eslint-parser": "^9.4.3", |
171 | 171 | "vue-loader": "^17.4.2", |
172 | | - "vue-template-compiler": "^2.7.16", |
173 | | - "webpack": "^5.98.0", |
| 172 | + "webpack": "^5.99.5", |
174 | 173 | "webpack-cli": "^6.0.1", |
175 | | - "webpack-dev-server": "5.2.0", |
| 174 | + "webpack-dev-server": "5.2.1", |
176 | 175 | "webpack-hot-middleware": "github:lyswhut/webpack-hot-middleware#329c4375134b89d39da23a56a94db651247c74a1", |
177 | 176 | "webpack-merge": "^6.0.1" |
178 | 177 | }, |
|
182 | 181 | "bufferutil": "^4.0.9", |
183 | 182 | "comlink": "~4.3.1", |
184 | 183 | "crypto-js": "^4.2.0", |
185 | | - "electron-log": "^5.3.2", |
| 184 | + "electron-log": "^5.3.3", |
186 | 185 | "font-list": "^1.5.1", |
187 | 186 | "iconv-lite": "^0.6.3", |
188 | 187 | "image-size": "^1.1.0", |
189 | 188 | "jschardet": "^3.1.4", |
190 | 189 | "long": "^5.3.1", |
191 | 190 | "message2call": "^0.1.3", |
192 | | - "music-metadata": "^11.0.2", |
| 191 | + "music-metadata": "^11.0.5", |
193 | 192 | "needle": "github:lyswhut/needle#93299ac841b7e9a9f82ca7279b88aaaeda404060", |
194 | | - "node-id3": "^0.2.8", |
| 193 | + "node-id3": "^0.2.9", |
195 | 194 | "sortablejs": "^1.15.6", |
196 | 195 | "tunnel": "^0.0.6", |
197 | 196 | "utf-8-validate": "^6.0.5", |
|
0 commit comments