Vuetify-module: Fix vuetify version

Created on 8 Jan 2021  路  4Comments  路  Source: nuxt-community/vuetify-module

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

feature request

Most helpful comment

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

Bildschirmfoto 2021-01-09 um 18 26 20

All 4 comments

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:

Bildschirmfoto 2021-01-09 um 18 26 20

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

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MartinMuzatko picture MartinMuzatko  路  4Comments

filipwronski picture filipwronski  路  7Comments

jaimesemp picture jaimesemp  路  6Comments

andrewspy picture andrewspy  路  5Comments

jimb0dii picture jimb0dii  路  3Comments