diff --git a/examples/desktop/typescript/package.json b/examples/desktop/typescript/package.json index 3f56949..58592cb 100644 --- a/examples/desktop/typescript/package.json +++ b/examples/desktop/typescript/package.json @@ -11,6 +11,6 @@ "@slop-ai/server": "workspace:*" }, "devDependencies": { - "electron": "^41.1.1" + "electron": "^42.1.0" } } diff --git a/packages/typescript/integrations/discovery/package.json b/packages/typescript/integrations/discovery/package.json index 50ba094..575aa4a 100644 --- a/packages/typescript/integrations/discovery/package.json +++ b/packages/typescript/integrations/discovery/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@slop-ai/consumer": "workspace:*", - "@anthropic-ai/claude-agent-sdk": "^0.2.114", + "@anthropic-ai/claude-agent-sdk": "^0.3.143", "@modelcontextprotocol/sdk": "^1.12.0", "ws": "^8.18.0", "zod": "^4.3.6" diff --git a/packages/typescript/integrations/mcp-apps-bridge/package.json b/packages/typescript/integrations/mcp-apps-bridge/package.json index 198a208..a841414 100644 --- a/packages/typescript/integrations/mcp-apps-bridge/package.json +++ b/packages/typescript/integrations/mcp-apps-bridge/package.json @@ -37,7 +37,7 @@ "@slop-ai/discovery": "workspace:*", "@modelcontextprotocol/ext-apps": "^1.7.0", "@modelcontextprotocol/sdk": "^1.12.0", - "zod": "^3.25.0" + "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^25.6.0"