|
1 | 1 | { |
2 | 2 | "name": "lx-music-desktop", |
3 | | - "version": "1.22.0", |
| 3 | + "version": "1.22.1", |
4 | 4 | "description": "一个免费的音乐查找助手", |
5 | 5 | "main": "./dist/main.js", |
6 | 6 | "productName": "lx-music-desktop", |
|
178 | 178 | }, |
179 | 179 | "homepage": "https://github.com/lyswhut/lx-music-desktop#readme", |
180 | 180 | "devDependencies": { |
181 | | - "@babel/core": "^7.18.5", |
| 181 | + "@babel/core": "^7.18.6", |
182 | 182 | "@babel/eslint-parser": "^7.18.2", |
183 | | - "@babel/plugin-proposal-class-properties": "^7.17.12", |
| 183 | + "@babel/plugin-proposal-class-properties": "^7.18.6", |
184 | 184 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
185 | | - "@babel/plugin-transform-modules-umd": "^7.18.0", |
186 | | - "@babel/plugin-transform-runtime": "^7.18.5", |
187 | | - "@babel/polyfill": "^7.12.1", |
188 | | - "@babel/preset-env": "^7.18.2", |
| 185 | + "@babel/plugin-transform-modules-umd": "^7.18.6", |
| 186 | + "@babel/plugin-transform-runtime": "^7.18.6", |
| 187 | + "@babel/preset-env": "^7.18.6", |
189 | 188 | "babel-loader": "^8.2.5", |
190 | 189 | "babel-preset-minify": "^0.5.2", |
191 | | - "browserslist": "^4.20.4", |
| 190 | + "browserslist": "^4.21.1", |
192 | 191 | "chalk": "^4.1.2", |
193 | 192 | "changelog-parser": "^2.8.1", |
194 | 193 | "copy-webpack-plugin": "^11.0.0", |
195 | | - "core-js": "^3.23.1", |
| 194 | + "core-js": "^3.23.3", |
196 | 195 | "cross-env": "^7.0.3", |
197 | 196 | "css-loader": "^6.7.1", |
198 | 197 | "css-minimizer-webpack-plugin": "^4.0.0", |
199 | 198 | "del": "^6.1.1", |
200 | | - "electron": "^17.4.7", |
201 | | - "electron-builder": "^23.1.0", |
| 199 | + "electron": "^17.4.10", |
| 200 | + "electron-builder": "^23.3.0", |
202 | 201 | "electron-debug": "^3.2.0", |
203 | 202 | "electron-devtools-installer": "^3.2.0", |
204 | | - "electron-to-chromium": "^1.4.161", |
205 | | - "electron-updater": "^5.0.5", |
206 | | - "eslint": "^8.18.0", |
| 203 | + "electron-to-chromium": "^1.4.184", |
| 204 | + "electron-updater": "^5.1.0", |
| 205 | + "eslint": "^8.19.0", |
207 | 206 | "eslint-config-standard": "^17.0.0", |
208 | 207 | "eslint-formatter-friendly": "git+https://github.com/lyswhut/eslint-friendly-formatter.git#2170d1320e2fad13615a9dcf229669f0bb473a53", |
209 | 208 | "eslint-plugin-html": "^6.2.0", |
210 | 209 | "eslint-plugin-import": "^2.26.0", |
211 | 210 | "eslint-plugin-node": "^11.1.0", |
212 | 211 | "eslint-plugin-promise": "^6.0.0", |
213 | | - "eslint-plugin-standard": "^4.1.0", |
214 | | - "eslint-webpack-plugin": "^3.1.1", |
| 212 | + "eslint-webpack-plugin": "^3.2.0", |
215 | 213 | "file-loader": "^6.2.0", |
216 | 214 | "html-webpack-plugin": "^5.5.0", |
217 | 215 | "less": "^4.1.3", |
|
233 | 231 | "terser-webpack-plugin": "^5.3.3", |
234 | 232 | "url-loader": "^4.1.1", |
235 | 233 | "vue-loader": "^17.0.0", |
236 | | - "vue-template-compiler": "^2.7.0-beta.2", |
| 234 | + "vue-template-compiler": "^2.7.4", |
237 | 235 | "webpack": "^5.73.0", |
238 | 236 | "webpack-cli": "^4.10.0", |
239 | | - "webpack-dev-server": "^4.9.2", |
| 237 | + "webpack-dev-server": "^4.9.3", |
240 | 238 | "webpack-hot-middleware": "git+https://github.com/lyswhut/webpack-hot-middleware.git#329c4375134b89d39da23a56a94db651247c74a1", |
241 | 239 | "webpack-merge": "^5.8.0" |
242 | 240 | }, |
243 | 241 | "dependencies": { |
244 | 242 | "bufferutil": "^4.0.6", |
245 | 243 | "crypto-js": "^4.1.1", |
246 | | - "electron-log": "^4.4.7", |
| 244 | + "electron-log": "^4.4.8", |
247 | 245 | "electron-store": "^8.0.2", |
248 | 246 | "font-list": "git+https://github.com/lyswhut/node-font-list.git#4edbb1933b49a9bac1eedd63a31da16b487fe57d", |
249 | 247 | "http-terminator": "^3.2.0", |
|
261 | 259 | "utf-8-validate": "^5.0.9", |
262 | 260 | "vue": "^3.2.37", |
263 | 261 | "vue-i18n": "^9.2.0-beta.36", |
264 | | - "vue-router": "^4.1.0-aabe509", |
| 262 | + "vue-router": "^4.1.1", |
265 | 263 | "vuex": "^4.0.2" |
266 | 264 | }, |
267 | 265 | "overrides": { |
268 | 266 | "async": "^2.3.0", |
| 267 | + "got": "^11.8.5", |
269 | 268 | "svg-sprite-loader": { |
270 | 269 | "postcss": "8.2.13" |
271 | 270 | } |
|
0 commit comments