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

Old dependency versions #23

Open
sobolevn opened this issue Dec 2, 2019 · 0 comments · May be fixed by #24
Open

Old dependency versions #23

sobolevn opened this issue Dec 2, 2019 · 0 comments · May be fixed by #24

Comments

@sobolevn
Copy link

sobolevn commented Dec 2, 2019

Currently when using eslint-plugin-vue-a11y with eslint@6 there's a warning about version mismatch:

vue-eslint-parser@5.0.0 requires a peer of eslint@^5.0.0 but none is installed. You must install peer dependencies yourself.

How so?

  1. eslint-plugin-vue-a11y@0.0.31 requires vue-eslint-parser@5.0
  2. vue-eslint-parser@5.0 requires eslint@5
  3. Boom!

How this can be solved?

  • We can upgrade vue-eslint-parser@5.0 to vue-eslint-parser@7.0, it should fix the problem
sobolevn added a commit to sobolevn/eslint-plugin-vue-a11y that referenced this issue Dec 2, 2019
@sobolevn sobolevn linked a pull request Dec 2, 2019 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