diff --git a/examples/full-stack/tanstack-start/package.json b/examples/full-stack/tanstack-start/package.json index 3bc3926..9454eb0 100644 --- a/examples/full-stack/tanstack-start/package.json +++ b/examples/full-stack/tanstack-start/package.json @@ -36,7 +36,7 @@ "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "@vitejs/plugin-react": "^6.0.1", - "jsdom": "^29.0.2", + "jsdom": "^30.0.0", "typescript": "^7.0.2", "vite": "^8.0.9", "vite-tsconfig-paths": "^6.1.1", diff --git a/packages/typescript/integrations/discovery/package.json b/packages/typescript/integrations/discovery/package.json index 10ebb77..86a9719 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/sdk": "^0.112.3", + "@anthropic-ai/sdk": "^0.115.0", "@anthropic-ai/claude-agent-sdk": "^0.3.185", "@modelcontextprotocol/sdk": "^1.12.0", "ws": "^8.18.0",