-
Notifications
You must be signed in to change notification settings - Fork 156
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
Is it a good idea to use latest version in all packages? #165
Comments
Bulma is v0.7.0 now, but in nuxtjs is v0.6.1 only. |
@clarkdo I agree with you, in that case, we would have to implement |
@anteriovieira Yeah, we may change it one by one and keep discussing. 😸 |
Okay, so I'm going to start with a pull request for |
I see bulma was already in
0.6.1
but in@nuxtjs/bulma
was just^0.5.1
.Since you use a helper module, that means you didn't care about which version you
used but it should be the newest one.
I mean, if you want to use the older version, just look around how
@nuxtjs/bulma
was made and specify the version when adding it, and no needs to send a issue or pr
for upgrading dependencies in
@nuxtjs/modules
anymore.https://github.com/nuxt-community/modules/blob/master/packages/bulma/package.json#L12
The text was updated successfully, but these errors were encountered: