Skip to content

Commit f0e1863

Browse files
committed
[FIX and UPD]修复播放器列表滚动错位的问题 by @first19326 ,依赖组件更新。
1 parent 787e39e commit f0e1863

File tree

2 files changed

+78
-77
lines changed

2 files changed

+78
-77
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
"dependencies": {
2222
"@applemusic-like-lyrics/lyric": "^0.3.0",
2323
"@eslint/js": "^9.39.2",
24-
"@types/node": "^25.0.3",
24+
"@types/node": "^25.0.5",
2525
"@types/node-fetch": "^2.6.13",
2626
"@typescript-eslint/parser": "^8.52.0",
27-
"@worstone/vue-aplayer": "^1.0.7",
27+
"@worstone/vue-aplayer": "^1.0.8",
2828
"aplayer": "^1.10.1",
2929
"autoprefixer": "^10.4.23",
3030
"axios": "^1.13.2",
3131
"cssnano": "^7.1.2",
3232
"dayjs": "^1.11.19",
33-
"element-plus": "^2.13.0",
33+
"element-plus": "^2.13.1",
3434
"fetch-jsonp": "^1.3.0",
3535
"globals": "^17.0.0",
3636
"jparticles": "^3.5.0",
@@ -76,7 +76,7 @@
7676
"terser": "^5.44.1",
7777
"unplugin-auto-import": "^20.3.0",
7878
"unplugin-vue-components": "^30.0.0",
79-
"vite": "^7.3.0",
79+
"vite": "^7.3.1",
8080
"vite-node": "^5.2.0",
8181
"vite-plugin-compression2": "^2.4.0",
8282
"vite-plugin-pwa": "^1.2.0",

0 commit comments

Comments
 (0)