-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make peerDependency ranges more strict #344
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, noting that tightening peer deps is a breaking change.
Co-Authored-By: Jordan Harband <[email protected]>
Co-Authored-By: Jordan Harband <[email protected]>
Can we add jest 26 and cut a release please? |
Yes! Please add jest v26! It's very discouraging that it is taking so long to support newer versions of jest, especially when it's such a simple fix. |
"cpy-cli": "^2.0.0", | ||
"enzyme": "^3.4.0", | ||
"jest": "^22.0.0 || ^23.0.0 || ^24.0.0 || ^25.0.0", | ||
"react": "^0.13.0 || ^0.14.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
"dependencies": { | ||
"jest-environment-jsdom": "^25.2.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The jest-environment-jsdom
dependency needs to be just as wide as the jest dependency.
Based on the conversation here: #343. I'm not necessarily advocating for this change, but I created the PR so that we can talk about it separately from #343.