Open simonmaass opened 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.
Just declare it in your devDependencies and it will be used:
great - thank you very much! maybe add a small hint in the docs?
I think this module should have vuetify as a peerdependencie...
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...