From fb48fb24f46fc4aa6f4e3421483a5208ad998541 Mon Sep 17 00:00:00 2001 From: Ward Peeters Date: Wed, 23 Jul 2025 17:35:18 +0200 Subject: [PATCH] Update peerdeps of @mastra/core We have bumped @mastra/core to 0.11.0 --- typescript-sdk/integrations/mastra/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typescript-sdk/integrations/mastra/package.json b/typescript-sdk/integrations/mastra/package.json index fe3dd2252..3fd2a4970 100644 --- a/typescript-sdk/integrations/mastra/package.json +++ b/typescript-sdk/integrations/mastra/package.json @@ -31,11 +31,11 @@ }, "peerDependencies": { "@copilotkit/runtime": "^1.8.13", - "@mastra/core": "^0.10.10", + "@mastra/core": "^0.10.10 || ^0.11.1", "zod": "^3.25.67" }, "devDependencies": { - "@mastra/core": "^0.10.10", + "@mastra/core": "^0.11.1", "@types/jest": "^29.5.14", "@types/node": "^20.11.19", "jest": "^29.7.0",