Skip to content

Commit ed21527

Browse files
committed
[FIX]修复音乐第二歌单未指定时出现始终加载默认歌单的问题。
[UPD]依赖组件更新。
1 parent 9a5c123 commit ed21527

File tree

3 files changed

+829
-887
lines changed

3 files changed

+829
-887
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,38 +21,38 @@
2121
"dependencies": {
2222
"@applemusic-like-lyrics/lyric": "^0.3.0",
2323
"@eslint/js": "^10.0.1",
24-
"@types/node": "^25.2.3",
24+
"@types/node": "^25.3.2",
2525
"@types/node-fetch": "^2.6.13",
26-
"@typescript-eslint/parser": "^8.55.0",
26+
"@typescript-eslint/parser": "^8.56.1",
2727
"@worstone/vue-aplayer": "^1.0.8",
2828
"aplayer": "^1.10.1",
29-
"autoprefixer": "^10.4.24",
30-
"axios": "^1.13.5",
29+
"autoprefixer": "^10.4.27",
30+
"axios": "^1.13.6",
3131
"cssnano": "^7.1.2",
3232
"dayjs": "^1.11.19",
3333
"element-plus": "^2.13.2",
34-
"fetch-jsonp": "^1.3.0",
34+
"fetch-jsonp": "^1.4.0",
3535
"globals": "^17.3.0",
3636
"jparticles": "^3.5.0",
3737
"js-md5": "^0.8.3",
3838
"lodash": "^4.17.23",
3939
"lodash-es": "^4.17.23",
40-
"npm-check-updates": "^19.3.2",
40+
"npm-check-updates": "^19.6.3",
4141
"pinia": "^3.0.4",
4242
"pinia-plugin-persistedstate": "^4.7.1",
4343
"pinia-plugin-persistedstate-2": "^2.0.32",
4444
"postcss": "^8.5.6",
45-
"postcss-loader": "^8.2.0",
46-
"postcss-preset-env": "^11.1.3",
47-
"swiper": "^12.1.1",
48-
"three": "^0.182.0",
45+
"postcss-loader": "^8.2.1",
46+
"postcss-preset-env": "^11.2.0",
47+
"swiper": "^12.1.2",
48+
"three": "^0.183.2",
4949
"ts-loader": "^9.5.4",
5050
"typescript": "^5.9.3",
51-
"typescript-eslint": "^8.55.0",
52-
"unocss": "^66.6.0",
53-
"vue": "^3.5.28",
51+
"typescript-eslint": "^8.56.1",
52+
"unocss": "^66.6.2",
53+
"vue": "^3.5.29",
5454
"vue-ts": "^1.0.11",
55-
"vue-tsc": "^3.2.4",
55+
"vue-tsc": "^3.2.5",
5656
"vuex": "^4.1.0",
5757
"workbox-build": "^7.4.0",
5858
"workbox-window": "^7.4.0"
@@ -67,7 +67,7 @@
6767
"@vicons/utils": "^0.1.4",
6868
"@vitejs/plugin-vue": "^6.0.4",
6969
"@vitejs/plugin-vue-jsx": "^5.1.4",
70-
"eslint": "^10.0.0",
70+
"eslint": "^10.0.2",
7171
"eslint-config-prettier": "^10.1.8",
7272
"eslint-plugin-prettier": "^5.5.5",
7373
"eslint-plugin-vue": "^10.8.0",

0 commit comments

Comments
 (0)