Skip to content

Commit 982ce01

Browse files
decepulisclaude
andcommitted
fix(html): move @videojs/icons to devDependencies
PR #698 (feat(skin)) added @videojs/icons to dependencies instead of devDependencies, causing `No matching version found for @videojs/icons@10.0.0-alpha.5` errors for consumers. Icons are bundled at build time and not needed at runtime. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4e1f3af commit 982ce01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@
8989
"dependencies": {
9090
"@videojs/core": "workspace:*",
9191
"@videojs/element": "workspace:*",
92-
"@videojs/icons": "workspace:*",
9392
"@videojs/skins": "workspace:*",
9493
"@videojs/store": "workspace:*",
9594
"@videojs/utils": "workspace:*"
9695
},
9796
"devDependencies": {
9897
"@testing-library/dom": "^10.4.0",
98+
"@videojs/icons": "workspace:*",
9999
"happy-dom": "^18.0.1",
100100
"tsdown": "^0.20.3",
101101
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)