Skip to content

Commit

Permalink
更新依赖&版本号(2.7.0-beta.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Apr 11, 2024
1 parent 75750ad commit 85326be
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 60 deletions.
2 changes: 2 additions & 0 deletions .ncurc.js
Expand Up @@ -9,6 +9,7 @@ module.exports = {
'image-size',
'message2call',
'@types/ws',
'eslint',
// 'eslint-config-standard-with-typescript',
// 'typescript', // https://github.com/microsoft/TypeScript/pull/54567
],
Expand All @@ -27,5 +28,6 @@ module.exports = {
// target: 'minor',
// filter: [
// 'electron',
// 'eslint',
// ],
}
104 changes: 52 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "lx-music-desktop",
"version": "2.7.0-beta.5",
"version": "2.7.0-beta.6",
"description": "一个免费的音乐查找助手",
"main": "./dist/main.js",
"productName": "lx-music-desktop",
Expand Down Expand Up @@ -122,28 +122,28 @@
"@types/tunnel": "^0.0.7",
"@types/ws": "8.5.4",
"@volar/vue-language-plugin-pug": "^1.6.5",
"@vue/language-plugin-pug": "^2.0.11",
"@vue/language-plugin-pug": "^2.0.12",
"babel-loader": "^9.1.3",
"browserslist": "^4.23.0",
"chalk": "^4.1.2",
"changelog-parser": "^3.0.1",
"copy-webpack-plugin": "^12.0.2",
"core-js": "^3.36.1",
"cross-env": "^7.0.3",
"css-loader": "^7.1.0",
"css-loader": "^7.1.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"del": "^6.1.1",
"electron": "^28.2.10",
"electron": "^28.3.0",
"electron-builder": "^24.13.3",
"electron-debug": "^3.2.0",
"electron-devtools-installer": "^3.2.0",
"electron-to-chromium": "^1.4.731",
"electron-to-chromium": "^1.4.733",
"electron-updater": "^6.1.8",
"eslint": "^8.57.0",
"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.0.0",
"eslint-plugin-html": "^8.1.0",
"eslint-plugin-vue": "^9.24.1",
"eslint-plugin-vue-pug": "^0.6.2",
"eslint-webpack-plugin": "^4.1.0",
Expand All @@ -166,7 +166,7 @@
"terser-webpack-plugin": "^5.3.10",
"tree-kill": "^1.2.2",
"ts-loader": "^9.5.1",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"vue-eslint-parser": "^9.4.2",
"vue-loader": "^17.4.2",
"vue-template-compiler": "^2.7.16",
Expand Down
2 changes: 1 addition & 1 deletion publish/changeLog.md
Expand Up @@ -28,4 +28,4 @@

### 其他

- 更新 electron 到 v28.2.10
- 更新 electron 到 v28.3.0

0 comments on commit 85326be

Please sign in to comment.