bvaughn/jest-react-profiler

Pulls Jest 21 to a project

Closed this issue · 3 comments

Since there's "jest": "^21", in deps, looks like the profiler pulls Jest 21 into a project.

Do you think it would be possible to drop this requirement? Let's do peer deps for supported Jest range instead?

You're right. I should have declared it as either a peer dependency or better still just via the docs. Want to send me a PR?

Excellent. I'd say we should just remove it as a dependency entirely and just document the minimum version in the readme.