Since mastra is using two version of "ai" (v4, and separately installd "ai-v5" and "openrouter/ai-sdk-provider" in the same way installed twice)
I can't seem to get rid of this peer dependency warning.:
└─┬ @mastra/core 0.21.1
└─┬ @openrouter/ai-sdk-provider 1.2.0
└── ✕ unmet peer ai@^5.0.0: found 4.3.19 in @mastra/core
I am using pnpm, and unfortunately, we have a strict policy for peer dependencies, so I must solve this somehow (even though, I don't even use openrouter)
Anyone encountered this?