|
1 | 1 | { |
2 | 2 | "name": "lx-music-desktop", |
3 | | - "version": "1.22.1", |
| 3 | + "version": "1.22.2", |
4 | 4 | "description": "一个免费的音乐查找助手", |
5 | 5 | "main": "./dist/main.js", |
6 | 6 | "productName": "lx-music-desktop", |
|
70 | 70 | "up": "cross-env ELECTRON_GET_USE_PROXY=true GLOBAL_AGENT_HTTPS_PROXY=http://localhost:1081 npm i" |
71 | 71 | }, |
72 | 72 | "browserslist": [ |
73 | | - "Electron 17.4.7" |
| 73 | + "Electron 15.5.7" |
74 | 74 | ], |
75 | 75 | "engines": { |
76 | 76 | "node": ">= 16", |
|
178 | 178 | }, |
179 | 179 | "homepage": "https://github.com/lyswhut/lx-music-desktop#readme", |
180 | 180 | "devDependencies": { |
181 | | - "@babel/core": "^7.18.6", |
182 | | - "@babel/eslint-parser": "^7.18.2", |
| 181 | + "@babel/core": "^7.18.10", |
| 182 | + "@babel/eslint-parser": "^7.18.9", |
183 | 183 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
184 | 184 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
185 | 185 | "@babel/plugin-transform-modules-umd": "^7.18.6", |
186 | | - "@babel/plugin-transform-runtime": "^7.18.6", |
187 | | - "@babel/preset-env": "^7.18.6", |
| 186 | + "@babel/plugin-transform-runtime": "^7.18.10", |
| 187 | + "@babel/preset-env": "^7.18.10", |
188 | 188 | "babel-loader": "^8.2.5", |
189 | 189 | "babel-preset-minify": "^0.5.2", |
190 | | - "browserslist": "^4.21.1", |
| 190 | + "browserslist": "^4.21.3", |
191 | 191 | "chalk": "^4.1.2", |
192 | 192 | "changelog-parser": "^2.8.1", |
193 | 193 | "copy-webpack-plugin": "^11.0.0", |
194 | | - "core-js": "^3.23.3", |
| 194 | + "core-js": "^3.24.1", |
195 | 195 | "cross-env": "^7.0.3", |
196 | 196 | "css-loader": "^6.7.1", |
197 | 197 | "css-minimizer-webpack-plugin": "^4.0.0", |
198 | 198 | "del": "^6.1.1", |
199 | | - "electron": "^17.4.10", |
200 | | - "electron-builder": "^23.3.0", |
| 199 | + "electron": "^15.5.7", |
| 200 | + "electron-builder": "^23.3.3", |
201 | 201 | "electron-debug": "^3.2.0", |
202 | 202 | "electron-devtools-installer": "^3.2.0", |
203 | | - "electron-to-chromium": "^1.4.184", |
204 | | - "electron-updater": "^5.1.0", |
205 | | - "eslint": "^8.19.0", |
| 203 | + "electron-to-chromium": "^1.4.224", |
| 204 | + "electron-updater": "^5.2.1", |
| 205 | + "eslint": "^8.22.0", |
206 | 206 | "eslint-config-standard": "^17.0.0", |
207 | 207 | "eslint-formatter-friendly": "git+https://github.com/lyswhut/eslint-friendly-formatter.git#2170d1320e2fad13615a9dcf229669f0bb473a53", |
208 | | - "eslint-plugin-html": "^6.2.0", |
| 208 | + "eslint-plugin-html": "^7.1.0", |
209 | 209 | "eslint-plugin-import": "^2.26.0", |
210 | 210 | "eslint-plugin-node": "^11.1.0", |
211 | 211 | "eslint-plugin-promise": "^6.0.0", |
|
216 | 216 | "less-loader": "^11.0.0", |
217 | 217 | "mini-css-extract-plugin": "^2.6.1", |
218 | 218 | "node-loader": "^2.0.0", |
219 | | - "postcss": "^8.4.14", |
220 | | - "postcss-loader": "^7.0.0", |
| 219 | + "postcss": "^8.4.16", |
| 220 | + "postcss-loader": "^7.0.1", |
221 | 221 | "postcss-pxtorem": "^6.0.0", |
222 | 222 | "pug": "^3.0.2", |
223 | 223 | "pug-loader": "^2.4.0", |
|
228 | 228 | "svg-sprite-loader": "^6.0.11", |
229 | 229 | "svg-transform-loader": "^2.0.13", |
230 | 230 | "svgo-loader": "^3.0.1", |
231 | | - "terser-webpack-plugin": "^5.3.3", |
| 231 | + "terser": "^5.14.2", |
| 232 | + "terser-webpack-plugin": "^5.3.5", |
232 | 233 | "url-loader": "^4.1.1", |
233 | 234 | "vue-loader": "^17.0.0", |
234 | | - "vue-template-compiler": "^2.7.4", |
235 | | - "webpack": "^5.73.0", |
| 235 | + "vue-template-compiler": "^2.7.8", |
| 236 | + "webpack": "^5.74.0", |
236 | 237 | "webpack-cli": "^4.10.0", |
237 | | - "webpack-dev-server": "^4.9.3", |
| 238 | + "webpack-dev-server": "^4.10.0", |
238 | 239 | "webpack-hot-middleware": "git+https://github.com/lyswhut/webpack-hot-middleware.git#329c4375134b89d39da23a56a94db651247c74a1", |
239 | 240 | "webpack-merge": "^5.8.0" |
240 | 241 | }, |
241 | 242 | "dependencies": { |
242 | 243 | "bufferutil": "^4.0.6", |
243 | 244 | "crypto-js": "^4.1.1", |
244 | 245 | "electron-log": "^4.4.8", |
245 | | - "electron-store": "^8.0.2", |
| 246 | + "electron-store": "^8.1.0", |
246 | 247 | "font-list": "git+https://github.com/lyswhut/node-font-list.git#4edbb1933b49a9bac1eedd63a31da16b487fe57d", |
247 | 248 | "http-terminator": "^3.2.0", |
248 | 249 | "iconv-lite": "^0.6.3", |
249 | | - "image-size": "^1.0.1", |
| 250 | + "image-size": "^1.0.2", |
250 | 251 | "koa": "^2.13.4", |
251 | 252 | "long": "^5.2.0", |
252 | 253 | "mitt": "^3.0.0", |
|
258 | 259 | "tunnel": "^0.0.6", |
259 | 260 | "utf-8-validate": "^5.0.9", |
260 | 261 | "vue": "^3.2.37", |
261 | | - "vue-i18n": "^9.2.0-beta.36", |
262 | | - "vue-router": "^4.1.1", |
| 262 | + "vue-i18n": "^9.2.2", |
| 263 | + "vue-router": "^4.1.3", |
263 | 264 | "vuex": "^4.0.2" |
264 | 265 | }, |
265 | 266 | "overrides": { |
|
0 commit comments