Skip to content
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

Merged
merged 3 commits into from Sep 24, 2022
Merged

Conversation

benmccann
Copy link
Contributor

We're being prevented from updating the Chart.js dependencies due to the way the peerDependencies are specified here

Comment on lines +47 to +49
"jasmine": ">=3.0.0",
"karma": ">=6.0.0",
"karma-jasmine": ">=4.0.0"

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?

Copy link
Contributor Author

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

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

@kurkle kurkle added the enhancement New feature or request label Sep 16, 2022
@kurkle kurkle merged commit 2cb3434 into chartjs:master Sep 24, 2022
@kurkle kurkle added this to the 0.5.0 milestone Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants