nuxt-community / vuetify-module

Vuetify Module for Nuxt 2
Other
627 stars 105 forks source link

Fix vuetify version #409

Open simonmaass opened 3 years ago

simonmaass commented 3 years ago

Is your feature request related to a problem? Please describe. When breaking changes in vuetify versions are present (like in 2.4 the row padding) it is not possible to specify a certain vuetify version.

Describe the solution you'd like It would be great to be able to define a vuetify version like 2.3 oder 2.4 u want to use...

shadow81627 commented 3 years ago

I had a similar problem. I use renovate to update my package-lock.json once a week. Lighthouse ci test found a bug with the vuetify button background and stopped my lock file getting updated.

Is there some way to install a specific vuetify version in my package.json? This would allow renovate to create a pull request every time vuetify updates and not block my package-lock.json updates.

larzon83 commented 3 years ago

Just declare it in your devDependencies and it will be used:

Bildschirmfoto 2021-01-09 um 18 26 20
simonmaass commented 3 years ago

great - thank you very much! maybe add a small hint in the docs?

mathe42 commented 3 years ago

I think this module should have vuetify as a peerdependencie...