Ensuring Peer Dependency Compliance in Effect Packages
is there any documentation or anything on the recommended way to make sure all effect-packages meet their peer dep requirements? with so many different effect packages in the codebase that I'm adding over time, I'm finding unmet peer dep warnings (will leave an example in the thread)
i'm also trying to use pnpm catalogs to sync dep versions in my monorepo, not sure if that's impacting this, as i'm only including the packages that overlap (so effect, effect/platform are in the catalog, but effect/sql isn't since i only use it in one package)
i'm also trying to use pnpm catalogs to sync dep versions in my monorepo, not sure if that's impacting this, as i'm only including the packages that overlap (so effect, effect/platform are in the catalog, but effect/sql isn't since i only use it in one package)
