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
Allow newer versions of peerDependencies
#28
Conversation
"jasmine": ">=3.0.0", | ||
"karma": ">=6.0.0", | ||
"karma-jasmine": ">=4.0.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.
Shouldn't we keep the minimum versions like they are now?
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 prior minimum versions aren't actually the minimal accepted versions but were just copied over from what was previously in dependencies
: #18. So lower versions should work and there's no reason to disallow them. That being said, no one has complained, and I have no objection to leaving the minimum version at a higher value if you'd still like to do that
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.
dont know if we use any things that got addeded or fixed between what we used before and the lower version now, if thats not the case this is fine
We're being prevented from updating the Chart.js dependencies due to the way the
peerDependencies
are specified here