fix(workspace): convert pnpm workspace protocol to npm workspace syntax

Replace 'workspace:*' with '*' in all package.json dependencies to fix
  npm workspace compatibility. This resolves EUNSUPPORTEDPROTOCOL errors
  when running npm install.

  🤖 Generated with [Claude Code](https://claude.ai/code)

  Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Christian Pillsbury
2025-07-29 11:06:35 -07:00
parent c6836ab85e
commit fc5a0e46fd
12 changed files with 7601 additions and 21 deletions
+3 -3
View File
@@ -21,9 +21,9 @@
],
"license": "Apache-2.0",
"dependencies": {
"@vjs-10/html-icons": "workspace:*",
"@vjs-10/html-media-elements": "workspace:*",
"@vjs-10/html-media-store": "workspace:*"
"@vjs-10/html-icons": "*",
"@vjs-10/html-media-elements": "*",
"@vjs-10/html-media-store": "*"
},
"devDependencies": {
"typescript": "^5.3.0"