bencodezen / vue-enterprise-boilerplate

An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.
7.78k stars 1.32k forks source link

Keeping up with dependencies #49

Closed jnarowski closed 6 years ago

jnarowski commented 6 years ago

Any thoughts as to how one might keep up with dependencies, once the boilerplate is applied to a project? I am using it in a production app, but would love to keep it as close to in-sync with what you have here, especially the fixes and improvements!

jnarowski commented 6 years ago

I see you answered this in another thread.

chrisvfritz commented 6 years ago

Just dropping a link to that thread here in case anyone else finds this. 🙂

stuta commented 6 years ago

yarn upgrade-interactive --latest

chrisvfritz commented 6 years ago

@stuta Yes, that's always to be expected with beta software, which is why the dependency ranges in package.json for beta packages are locked. If you decide to manually upgrade beyond what the latest version of this boilerplate supports, you unfortunately have to be prepared to deal with any resulting breakages.

stuta commented 6 years ago

Yes, I very well undrestand this, I'm not complaining. It was just a warning that next update will break things.