Skip to content

Commit b1075cd

Browse files
ochafikclaude
andcommitted
fix: remove bun npm package from all workspaces
The bun npm package tries to install platform-specific binaries which fails on Windows CI. Since bun is installed via oven-sh/setup-bun action in CI (and developers install it globally), we don't need the npm package. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 6bb4690 commit b1075cd

File tree

11 files changed

+582
-101
lines changed

11 files changed

+582
-101
lines changed

examples/basic-host/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"@types/react": "^19.2.2",
2424
"@types/react-dom": "^19.2.2",
2525
"@vitejs/plugin-react": "^4.3.4",
26-
"bun": "^1.3.2",
2726
"concurrently": "^9.2.1",
2827
"cors": "^2.8.5",
2928
"express": "^5.1.0",

examples/basic-server-react/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"@types/react": "^19.2.2",
2525
"@types/react-dom": "^19.2.2",
2626
"@vitejs/plugin-react": "^4.3.4",
27-
"bun": "^1.3.2",
2827
"concurrently": "^9.2.1",
2928
"cors": "^2.8.5",
3029
"express": "^5.1.0",

examples/basic-server-vanillajs/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"@types/cors": "^2.8.19",
2020
"@types/express": "^5.0.0",
2121
"@types/node": "^22.0.0",
22-
"bun": "^1.3.2",
2322
"concurrently": "^9.2.1",
2423
"cors": "^2.8.5",
2524
"express": "^5.1.0",

examples/budget-allocator-server/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"@types/cors": "^2.8.19",
2424
"@types/express": "^5.0.0",
2525
"@types/node": "^22.0.0",
26-
"bun": "^1.3.2",
2726
"concurrently": "^9.2.1",
2827
"cors": "^2.8.5",
2928
"express": "^5.1.0",

examples/cohort-heatmap-server/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"@types/react": "^19.2.2",
2828
"@types/react-dom": "^19.2.2",
2929
"@vitejs/plugin-react": "^4.3.4",
30-
"bun": "^1.3.2",
3130
"concurrently": "^9.2.1",
3231
"cors": "^2.8.5",
3332
"express": "^5.1.0",

examples/customer-segmentation-server/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"@types/cors": "^2.8.19",
2424
"@types/express": "^5.0.0",
2525
"@types/node": "^22.0.0",
26-
"bun": "^1.3.2",
2726
"concurrently": "^9.2.1",
2827
"cors": "^2.8.5",
2928
"express": "^5.1.0",

examples/scenario-modeler-server/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"@types/react": "^19.2.2",
2929
"@types/react-dom": "^19.2.2",
3030
"@vitejs/plugin-react": "^4.3.4",
31-
"bun": "^1.3.2",
3231
"concurrently": "^9.2.1",
3332
"cors": "^2.8.5",
3433
"express": "^5.1.0",

examples/system-monitor-server/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"@types/cors": "^2.8.19",
2525
"@types/express": "^5.0.0",
2626
"@types/node": "^22.0.0",
27-
"bun": "^1.3.2",
2827
"concurrently": "^9.2.1",
2928
"cors": "^2.8.5",
3029
"express": "^5.1.0",

examples/threejs-server/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"@types/react-dom": "^19.2.2",
3030
"@types/three": "^0.181.0",
3131
"@vitejs/plugin-react": "^4.3.4",
32-
"bun": "^1.3.2",
3332
"concurrently": "^9.2.1",
3433
"cors": "^2.8.5",
3534
"express": "^5.1.0",

examples/wiki-explorer-server/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"@types/cors": "^2.8.19",
2424
"@types/express": "^5.0.0",
2525
"@types/node": "^22.0.0",
26-
"bun": "^1.3.2",
2726
"concurrently": "^9.2.1",
2827
"cors": "^2.8.5",
2928
"express": "^5.1.0",

0 commit comments

Comments
 (0)