diff --git a/examples/desktop/typescript/package.json b/examples/desktop/typescript/package.json index 3f56949..e15f24b 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.0.1" } } 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"