fix(html,react): move @videojs/skins to devDependencies (#716)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-03-04 14:41:40 -06:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 5605e6079a
commit 55b49efd82
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -89,13 +89,13 @@
"dependencies": {
"@videojs/core": "workspace:*",
"@videojs/element": "workspace:*",
"@videojs/skins": "workspace:*",
"@videojs/store": "workspace:*",
"@videojs/utils": "workspace:*"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@videojs/icons": "workspace:*",
"@videojs/skins": "workspace:*",
"happy-dom": "^18.0.1",
"tsdown": "^0.20.3",
"typescript": "^5.9.3",