Transitive Dependency Issue: `fast-check` in Production Instead of Dev Dependencies
Noticing that when I import
effect it adds fast-check as a transitive dependency–isn't that only used for testing and therefore should be in dev dependencies?