Managing upgrades with pnpm and handling unmet peer dependency warnings
How do you guys manage upgrades to effect in your projects? I'm using pnpm, and whenever I upgrade
I could add
effect and family, I get a ton of "unmet peer" dependency warnings. Here's one simple example:I could add
@effect/schema as a peer dependency explicitly, but the list of deps I'd need to add seems to be pretty deep! What's the best approach?