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
+7580
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -22,7 +22,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@vjs-10/icons": "workspace:*"
"@vjs-10/icons": "*"
},
"devDependencies": {
"typescript": "^5.3.0"
@@ -22,8 +22,8 @@
],
"license": "Apache-2.0",
"dependencies": {
"@vjs-10/media": "workspace:*",
"@vjs-10/playback-engine": "workspace:*"
"@vjs-10/media": "*",
"@vjs-10/playback-engine": "*"
},
"devDependencies": {
"typescript": "^5.3.0"
+2 -2
View File
@@ -21,8 +21,8 @@
],
"license": "Apache-2.0",
"dependencies": {
"@vjs-10/media-store": "workspace:*",
"@vjs-10/html-media-elements": "workspace:*"
"@vjs-10/media-store": "*",
"@vjs-10/html-media-elements": "*"
},
"devDependencies": {
"typescript": "^5.3.0"
+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"
@@ -21,7 +21,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@vjs-10/icons": "workspace:*"
"@vjs-10/icons": "*"
},
"peerDependencies": {
"react": ">=16.8.0",
@@ -21,7 +21,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@vjs-10/media": "workspace:*"
"@vjs-10/media": "*"
},
"peerDependencies": {
"react": ">=16.8.0",
@@ -21,9 +21,9 @@
],
"license": "Apache-2.0",
"dependencies": {
"@vjs-10/react-native-icons": "workspace:*",
"@vjs-10/react-native-media-elements": "workspace:*",
"@vjs-10/media-store": "workspace:*"
"@vjs-10/react-native-icons": "*",
"@vjs-10/react-native-media-elements": "*",
"@vjs-10/media-store": "*"
},
"peerDependencies": {
"react": ">=16.8.0",
+1 -1
View File
@@ -21,7 +21,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@vjs-10/icons": "workspace:*"
"@vjs-10/icons": "*"
},
"peerDependencies": {
"react": ">=16.8.0"
@@ -21,8 +21,8 @@
],
"license": "Apache-2.0",
"dependencies": {
"@vjs-10/media": "workspace:*",
"@vjs-10/playback-engine": "workspace:*"
"@vjs-10/media": "*",
"@vjs-10/playback-engine": "*"
},
"peerDependencies": {
"react": ">=16.8.0"
@@ -22,8 +22,8 @@
],
"license": "Apache-2.0",
"dependencies": {
"@vjs-10/media-store": "workspace:*",
"@vjs-10/react-media-elements": "workspace:*"
"@vjs-10/media-store": "*",
"@vjs-10/react-media-elements": "*"
},
"peerDependencies": {
"react": ">=16.8.0"
+3 -3
View File
@@ -21,9 +21,9 @@
],
"license": "Apache-2.0",
"dependencies": {
"@vjs-10/react-icons": "workspace:*",
"@vjs-10/react-media-elements": "workspace:*",
"@vjs-10/react-media-store": "workspace:*"
"@vjs-10/react-icons": "*",
"@vjs-10/react-media-elements": "*",
"@vjs-10/react-media-store": "*"
},
"peerDependencies": {
"react": ">=16.8.0"