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

Update Vuetify #224

Closed
nsd0kleuschner opened this issue May 2, 2024 · 2 comments · Fixed by #227
Closed

Update Vuetify #224

nsd0kleuschner opened this issue May 2, 2024 · 2 comments · Fixed by #227

Comments

@nsd0kleuschner
Copy link

How can I update vuetify without the version dependency from this module?

For example:
vuetify-nuxt-module ships vuetify 3.5.2 as dependency, but there is vuetify 3.5.4 and I want to update to this version, but still want to use vuetify-nuxt-module.
Can I do this?

@userquin
Copy link
Owner

userquin commented May 2, 2024

Just add vuetify dependency to your project, you can also use:

  • resolutions for yarn and pnpm
  • overrides for npm

@nsd0kleuschner
Copy link
Author

Thanks.

I've tried it, but i'm getting runtime vuetify errors.
Even if I use 3.5.14 in "overrides" or as dependency. And also if I install exactly the same version (3.5.13) it's breaking.

Could you upgrade the vuetify dependency to 3.6.x please?

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.

2 participants