Skip to content

Commit e36792b

Browse files
committed
更新依赖&版本号(2.12.2-beta.0)
1 parent 61231ab commit e36792b

File tree

3 files changed

+61
-132
lines changed

3 files changed

+61
-132
lines changed

.ncurc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = {
1414
'@types/node',
1515
'electron-debug',
1616
'eslint-webpack-plugin',
17+
'typescript',
1718

1819
'eslint-plugin-vue',
1920
'vue-eslint-parser',
@@ -39,6 +40,7 @@ module.exports = {
3940
// 'eslint',
4041
// 'eslint-webpack-plugin',
4142
// 'electron-debug',
43+
// 'typescript',
4244
// '@types/node',
4345

4446
// 'eslint-plugin-vue',

package-lock.json

Lines changed: 52 additions & 125 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lx-music-desktop",
3-
"version": "2.12.1",
3+
"version": "2.12.2-beta.0",
44
"description": "一个免费的音乐查找助手",
55
"main": "./dist/main.js",
66
"scripts": {
@@ -133,11 +133,11 @@
133133
"css-loader": "^7.1.4",
134134
"css-minimizer-webpack-plugin": "^8.0.0",
135135
"del": "^6.1.1",
136-
"electron": "40.8.3",
136+
"electron": "40.8.5",
137137
"electron-builder": "^26.8.2",
138138
"electron-debug": "^3.2.0",
139139
"electron-devtools-installer": "github:lyswhut/electron-devtools-installer#64596d615c1fc891eefd8aef1dfcb2c87aaadf03",
140-
"electron-to-chromium": "^1.5.321",
140+
"electron-to-chromium": "^1.5.329",
141141
"electron-updater": "6.8.3",
142142
"eslint": "^8.57.1",
143143
"eslint-config-standard": "^17.1.0",
@@ -150,7 +150,7 @@
150150
"html-webpack-plugin": "^5.6.6",
151151
"less": "^4.6.4",
152152
"less-loader": "^12.3.2",
153-
"mini-css-extract-plugin": "^2.10.1",
153+
"mini-css-extract-plugin": "^2.10.2",
154154
"node-loader": "^2.1.0",
155155
"postcss": "^8.5.8",
156156
"postcss-loader": "^8.2.1",
@@ -161,7 +161,7 @@
161161
"spinnies": "github:lyswhut/spinnies#233305c58694aa3b053e3ab9af9049993f918b9d",
162162
"svg-sprite-loader": "^6.0.11",
163163
"svg-transform-loader": "^2.0.13",
164-
"svgo-loader": "^4.0.0",
164+
"svgo-loader": "^5.0.0",
165165
"terser": "^5.46.1",
166166
"terser-webpack-plugin": "^5.4.0",
167167
"tree-kill": "^1.2.2",
@@ -193,11 +193,11 @@
193193
"node-id3": "^0.2.9",
194194
"sortablejs": "^1.15.7",
195195
"tunnel": "^0.0.6",
196-
"undici": "^7.24.5",
196+
"undici": "^7.24.6",
197197
"utf-8-validate": "^6.0.6",
198198
"vue": "~3.3.13",
199199
"vue-router": "~4.5.1",
200-
"ws": "^8.19.0"
200+
"ws": "^8.20.0"
201201
},
202202
"overrides": {
203203
"got": "^11",

0 commit comments

Comments
 (0)