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

yarn complains about peer dependencies when using the latest version of chartist #8

Open
zevdg opened this issue Feb 14, 2018 · 0 comments · May be fixed by #9
Open

yarn complains about peer dependencies when using the latest version of chartist #8

zevdg opened this issue Feb 14, 2018 · 0 comments · May be fixed by #9

Comments

@zevdg
Copy link

zevdg commented Feb 14, 2018

Since chartist is still v0.x.x, yarn considers minor version bumps to be breaking changes as per the semver spec https://docs.npmjs.com/misc/semver#caret-ranges-123-025-004

For this reason, yarn considers chartists current version 0.11.0 to satisfy vue-chartist's peer dependency of ^0.10.1

The fix is simple, I'll give you a PR.

@zevdg zevdg linked a pull request Feb 14, 2018 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant