Chore: update package

This commit is contained in:
zijiren233 2024-02-03 14:29:22 +08:00
parent 17bef4d803
commit 9ef5fff603
4 changed files with 77 additions and 1952 deletions

2023
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,13 +15,13 @@
"@vueuse/core": "^10.4.1", "@vueuse/core": "^10.4.1",
"@vueuse/router": "^10.7.2", "@vueuse/router": "^10.7.2",
"animate.css": "^4.1.1", "animate.css": "^4.1.1",
"artplayer": "^5.1.0", "artplayer": "^5.1.1",
"artplayer-plugin-danmuku": "^5.0.1", "artplayer-plugin-danmuku": "^5.0.1",
"artplayer-plugin-dash-quality": "^2.0.0", "artplayer-plugin-dash-quality": "^2.0.0",
"artplayer-plugin-hls-quality": "^2.0.0", "artplayer-plugin-hls-quality": "^2.0.0",
"axios": "^1.6.0", "axios": "^1.6.0",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
"dashjs": "^4.7.3", "dashjs": "^4.7.2",
"element-plus": "^2.3.8", "element-plus": "^2.3.8",
"gsap": "^3.12.2", "gsap": "^3.12.2",
"hls.js": "^1.5.3", "hls.js": "^1.5.3",

View File

@ -9,7 +9,7 @@
], ],
"compilerOptions": { "compilerOptions": {
"composite": true, "composite": true,
"module": "ESNext", "module": "Node16",
"types": ["node"] "types": ["node"]
} }
} }