diff --git a/.ncurc.js b/.ncurc.js index 6284b2ee74..297c9ad0f2 100644 --- a/.ncurc.js +++ b/.ncurc.js @@ -12,6 +12,7 @@ module.exports = { 'eslint', '@types/node', 'electron-debug', + 'webpack-dev-server', // 'eslint-config-standard-with-typescript', // 'typescript', // https://github.com/microsoft/TypeScript/pull/54567 ], diff --git a/package-lock.json b/package-lock.json index 0a41466ecb..6ee1e95acd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lx-music-desktop", - "version": "2.10.0-beta.0", + "version": "2.10.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lx-music-desktop", - "version": "2.10.0-beta.0", + "version": "2.10.0-beta.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -44,7 +44,7 @@ "@tsconfig/recommended": "^1.0.7", "@types/better-sqlite3": "^7.6.11", "@types/needle": "^3.3.0", - "@types/node": "^20.16.5", + "@types/node": "^20.16.6", "@types/tunnel": "^0.0.7", "@types/ws": "8.5.4", "@volar/vue-language-plugin-pug": "^1.6.5", @@ -63,13 +63,13 @@ "electron-builder": "^25.0.5", "electron-debug": "^3.2.0", "electron-devtools-installer": "github:lyswhut/electron-devtools-installer#64596d615c1fc891eefd8aef1dfcb2c87aaadf03", - "electron-to-chromium": "^1.5.27", + "electron-to-chromium": "^1.5.28", "electron-updater": "^6.3.4", "eslint": "^8.57.1", "eslint-config-standard": "^17.1.0", "eslint-config-standard-with-typescript": "^43.0.1", "eslint-formatter-friendly": "github:lyswhut/eslint-friendly-formatter#2170d1320e2fad13615a9dcf229669f0bb473a53", - "eslint-plugin-html": "^8.1.1", + "eslint-plugin-html": "^8.1.2", "eslint-plugin-vue": "^9.28.0", "eslint-plugin-vue-pug": "^0.6.2", "eslint-webpack-plugin": "^4.2.0", @@ -3194,9 +3194,9 @@ } }, "node_modules/@types/node": { - "version": "20.16.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.5.tgz", - "integrity": "sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==", + "version": "20.16.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.6.tgz", + "integrity": "sha512-T7PpxM/6yeDE+AdlVysT62BX6/bECZOmQAgiFg5NoBd5MQheZ3tzal7f1wvzfiEcmrcJNRi2zRr2nY2zF+0uqw==", "dev": true, "license": "MIT", "dependencies": { @@ -7342,9 +7342,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.27", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.27.tgz", - "integrity": "sha512-o37j1vZqCoEgBuWWXLHQgTN/KDKe7zwpiY5CPeq2RvUqOyJw9xnrULzZAEVQ5p4h+zjMk7hgtOoPdnLxr7m/jw==", + "version": "1.5.28", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.28.tgz", + "integrity": "sha512-VufdJl+rzaKZoYVUijN13QcXVF5dWPZANeFTLNy+OSpHdDL5ynXTF35+60RSBbaQYB1ae723lQXHCrf4pyLsMw==", "dev": true, "license": "ISC" }, @@ -7903,10 +7903,11 @@ } }, "node_modules/eslint-plugin-html": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-8.1.1.tgz", - "integrity": "sha512-6qmlJsc40D2m3Dn9oEH+0PAOkJhxVu0f5sVItqpCE0YWgYnyP4xCjBc3UWTHaJcY9ARkWOLIIuXLq0ndRnQOHw==", + "version": "8.1.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-8.1.2.tgz", + "integrity": "sha512-pbRchDV2SmqbCi/Ev/q3aAikzG9BcFe0IjjqjtMn8eTLq71ZUggyJB6CDmuwGAXmYZHrXI12XTfCqvgcnPRqGw==", "dev": true, + "license": "ISC", "dependencies": { "htmlparser2": "^9.1.0" }, diff --git a/package.json b/package.json index 3109c4f817..7b9ec6bfaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lx-music-desktop", - "version": "2.10.0-beta.0", + "version": "2.10.0-beta.1", "description": "一个免费的音乐查找助手", "main": "./dist/main.js", "productName": "lx-music-desktop", @@ -119,7 +119,7 @@ "@tsconfig/recommended": "^1.0.7", "@types/better-sqlite3": "^7.6.11", "@types/needle": "^3.3.0", - "@types/node": "^20.16.5", + "@types/node": "^20.16.6", "@types/tunnel": "^0.0.7", "@types/ws": "8.5.4", "@volar/vue-language-plugin-pug": "^1.6.5", @@ -138,13 +138,13 @@ "electron-builder": "^25.0.5", "electron-debug": "^3.2.0", "electron-devtools-installer": "github:lyswhut/electron-devtools-installer#64596d615c1fc891eefd8aef1dfcb2c87aaadf03", - "electron-to-chromium": "^1.5.27", + "electron-to-chromium": "^1.5.28", "electron-updater": "^6.3.4", "eslint": "^8.57.1", "eslint-config-standard": "^17.1.0", "eslint-config-standard-with-typescript": "^43.0.1", "eslint-formatter-friendly": "github:lyswhut/eslint-friendly-formatter#2170d1320e2fad13615a9dcf229669f0bb473a53", - "eslint-plugin-html": "^8.1.1", + "eslint-plugin-html": "^8.1.2", "eslint-plugin-vue": "^9.28.0", "eslint-plugin-vue-pug": "^0.6.2", "eslint-webpack-plugin": "^4.2.0",