mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
fix(react): move @videojs/icons to devDependencies
Icons are bundled into dist/ at build time as relative imports, so consumers don't need @videojs/icons installed separately. Keeping it as a runtime dependency caused ETARGET errors because the alpha version wasn't published to npm. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
c2bc488366
commit
f09c6861c1
@@ -47,12 +47,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@videojs/core": "workspace:*",
|
||||
"@videojs/icons": "workspace:*",
|
||||
"@videojs/store": "workspace:*",
|
||||
"@videojs/utils": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@videojs/icons": "workspace:*",
|
||||
"@types/react": "^19.2.7",
|
||||
"jsdom": "^26.1.0",
|
||||
"react": "^19.2.1",
|
||||
|
||||
Reference in New Issue
Block a user