|
1 | 1 | { |
2 | 2 | "name": "lx-music-desktop", |
3 | | - "version": "1.17.0", |
| 3 | + "version": "1.17.1", |
4 | 4 | "description": "一个免费的音乐查找助手", |
5 | 5 | "main": "./dist/electron/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 13.6.7" |
| 73 | + "Electron 13.6.8" |
74 | 74 | ], |
75 | 75 | "engines": { |
76 | 76 | "node": ">= 14" |
|
173 | 173 | }, |
174 | 174 | "homepage": "https://github.com/lyswhut/lx-music-desktop#readme", |
175 | 175 | "devDependencies": { |
176 | | - "@babel/core": "^7.16.10", |
| 176 | + "@babel/core": "^7.16.12", |
177 | 177 | "@babel/eslint-parser": "^7.16.5", |
178 | 178 | "@babel/plugin-proposal-class-properties": "^7.16.7", |
179 | 179 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
|
193 | 193 | "css-loader": "^6.5.1", |
194 | 194 | "css-minimizer-webpack-plugin": "^3.4.1", |
195 | 195 | "del": "^6.0.0", |
196 | | - "electron": "^13.6.7", |
| 196 | + "electron": "^13.6.8", |
197 | 197 | "electron-builder": "^22.11.7", |
198 | 198 | "electron-debug": "^3.2.0", |
199 | 199 | "electron-devtools-installer": "^3.2.0", |
200 | | - "electron-to-chromium": "^1.4.51", |
| 200 | + "electron-to-chromium": "^1.4.56", |
201 | 201 | "eslint": "^8.7.0", |
202 | 202 | "eslint-config-standard": "^16.0.3", |
203 | 203 | "eslint-formatter-friendly": "^7.0.0", |
|
206 | 206 | "eslint-plugin-node": "^11.1.0", |
207 | 207 | "eslint-plugin-promise": "^6.0.0", |
208 | 208 | "eslint-plugin-standard": "^4.1.0", |
209 | | - "eslint-plugin-vue": "^8.3.0", |
| 209 | + "eslint-plugin-vue": "^8.4.0", |
210 | 210 | "eslint-webpack-plugin": "^3.1.1", |
211 | 211 | "file-loader": "^6.2.0", |
212 | 212 | "html-webpack-plugin": "^5.5.0", |
213 | 213 | "less": "^4.1.2", |
214 | 214 | "less-loader": "^10.2.0", |
215 | 215 | "markdown-it": "^12.3.2", |
216 | | - "mini-css-extract-plugin": "^2.5.2", |
| 216 | + "mini-css-extract-plugin": "^2.5.3", |
217 | 217 | "node-loader": "^2.0.0", |
218 | 218 | "postcss": "^8.4.5", |
219 | 219 | "postcss-loader": "^6.2.1", |
|
232 | 232 | "vue-loader": "^17.0.0", |
233 | 233 | "vue-template-compiler": "^2.6.14", |
234 | 234 | "webpack": "^5.67.0", |
235 | | - "webpack-cli": "^4.9.1", |
| 235 | + "webpack-cli": "^4.9.2", |
236 | 236 | "webpack-dev-server": "^4.7.3", |
237 | 237 | "webpack-hot-middleware": "github:lyswhut/webpack-hot-middleware#329c4375134b89d39da23a56a94db651247c74a1", |
238 | 238 | "webpack-merge": "^5.8.0" |
|
256 | 256 | "socket.io": "^4.4.1", |
257 | 257 | "sortablejs": "^1.14.0", |
258 | 258 | "utf-8-validate": "^5.0.8", |
259 | | - "vue": "^3.2.26", |
260 | | - "vue-i18n": "^9.2.0-beta.26", |
| 259 | + "vue": "^3.2.29", |
| 260 | + "vue-i18n": "^9.2.0-beta.29", |
261 | 261 | "vue-router": "^4.0.12", |
262 | 262 | "vuex": "^4.0.2" |
263 | 263 | } |
|
0 commit comments