diff --git a/bun.lock b/bun.lock index 63a28a6b2..475d39282 100644 --- a/bun.lock +++ b/bun.lock @@ -8,6 +8,7 @@ "@agentclientprotocol/sdk": "^0.19.0", "@claude-code-best/mcp-chrome-bridge": "^2.0.8", "gray-matter": "^4.0.3", + "undici": "^7.24.6", "ws": "^8.20.0", }, "devDependencies": { @@ -133,7 +134,6 @@ "turndown": "^7.2.2", "type-fest": "^5.5.0", "typescript": "^6.0.2", - "undici": "^7.24.6", "url-handler-napi": "workspace:*", "usehooks-ts": "^3.1.1", "vite": "^8.0.8", diff --git a/package.json b/package.json index e5d1ec370..9d5f00fbd 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,6 @@ "turndown": "^7.2.2", "type-fest": "^5.5.0", "typescript": "^6.0.2", - "undici": "^7.24.6", "url-handler-napi": "workspace:*", "usehooks-ts": "^3.1.1", "vite": "^8.0.8", @@ -237,4 +236,4 @@ "biome format --write --no-errors-on-unmatched" ] } -} \ No newline at end of file +}