更新依赖

pull/1452/head
lyswhut 2023-07-04 21:34:18 +08:00
parent 816caa6415
commit e8d8feb042
3 changed files with 298 additions and 293 deletions

View File

@ -8,6 +8,7 @@ module.exports = {
'vue', 'vue',
'eslint-plugin-n', 'eslint-plugin-n',
'@types/ws', '@types/ws',
'eslint-config-standard-with-typescript',
], ],
// target: 'newest', // target: 'newest',
@ -25,5 +26,6 @@ module.exports = {
// filter: [ // filter: [
// 'eslint-plugin-n', // 'eslint-plugin-n',
// 'electron', // 'electron',
// 'eslint-config-standard-with-typescript',
// ], // ],
} }

567
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "lx-music-desktop", "name": "lx-music-desktop",
"version": "2.3.0", "version": "2.3.1-beta.1",
"description": "一个免费的音乐查找助手", "description": "一个免费的音乐查找助手",
"main": "./dist/main.js", "main": "./dist/main.js",
"productName": "lx-music-desktop", "productName": "lx-music-desktop",
@ -208,21 +208,21 @@
}, },
"homepage": "https://github.com/lyswhut/lx-music-desktop#readme", "homepage": "https://github.com/lyswhut/lx-music-desktop#readme",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.22.5", "@babel/core": "^7.22.6",
"@babel/eslint-parser": "^7.22.5", "@babel/eslint-parser": "^7.22.6",
"@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-umd": "^7.22.5", "@babel/plugin-transform-modules-umd": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.5", "@babel/plugin-transform-runtime": "^7.22.6",
"@babel/preset-env": "^7.22.5", "@babel/preset-env": "^7.22.6",
"@babel/preset-typescript": "^7.22.5", "@babel/preset-typescript": "^7.22.5",
"@tsconfig/recommended": "^1.0.2", "@tsconfig/recommended": "^1.0.2",
"@types/better-sqlite3": "^7.6.4", "@types/better-sqlite3": "^7.6.4",
"@types/needle": "^3.2.0", "@types/needle": "^3.2.0",
"@types/tunnel": "^0.0.3", "@types/tunnel": "^0.0.3",
"@types/ws": "8.5.4", "@types/ws": "8.5.4",
"@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.60.1", "@typescript-eslint/parser": "^5.61.0",
"@volar/vue-language-plugin-pug": "^1.6.5", "@volar/vue-language-plugin-pug": "^1.6.5",
"@vue/language-plugin-pug": "^1.8.3", "@vue/language-plugin-pug": "^1.8.3",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
@ -236,12 +236,12 @@
"css-minimizer-webpack-plugin": "^5.0.1", "css-minimizer-webpack-plugin": "^5.0.1",
"del": "^6.1.1", "del": "^6.1.1",
"electron": "^22.3.15", "electron": "^22.3.15",
"electron-builder": "^24.5.1", "electron-builder": "^24.5.2",
"electron-debug": "^3.2.0", "electron-debug": "^3.2.0",
"electron-devtools-installer": "^3.2.0", "electron-devtools-installer": "^3.2.0",
"electron-to-chromium": "^1.4.445", "electron-to-chromium": "^1.4.449",
"electron-updater": "^6.1.2", "electron-updater": "^6.1.3",
"eslint": "^8.43.0", "eslint": "^8.44.0",
"eslint-config-standard": "^17.1.0", "eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^35.0.0", "eslint-config-standard-with-typescript": "^35.0.0",
"eslint-formatter-friendly": "github:lyswhut/eslint-friendly-formatter#2170d1320e2fad13615a9dcf229669f0bb473a53", "eslint-formatter-friendly": "github:lyswhut/eslint-friendly-formatter#2170d1320e2fad13615a9dcf229669f0bb473a53",