vuetify-module icon indicating copy to clipboard operation
vuetify-module copied to clipboard

Fix vuetify version

Open simonmaass opened this issue 4 years ago • 4 comments

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...

simonmaass avatar Jan 08 '21 15:01 simonmaass

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.

shadow81627 avatar Jan 09 '21 01:01 shadow81627

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

Bildschirmfoto 2021-01-09 um 18 26 20

larzon83 avatar Jan 09 '21 17:01 larzon83

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

simonmaass avatar Jan 10 '21 16:01 simonmaass

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

mathe42 avatar Jan 14 '21 18:01 mathe42