hjeti / vue-skeleton

A Vue skeleton
MIT License
108 stars 21 forks source link

upgrade node-modules to the latest version #102

Closed ThijsTyZ closed 4 years ago

ThijsTyZ commented 4 years ago

And update build files to node-modules changes

ReneDrie commented 4 years ago

If we update GSAP by default here, we're in some troubles when adding Vue Transition Component. Which we do in every project. This and some other dependant libraries need to be updated before we can upgrade to GSAP 3+

ThijsTyZ commented 4 years ago

Downgraded GSAP to 2.1.3

ThijsTyZ commented 4 years ago

Noticed that there is a linting error in the project now: error Missing file extension for "modernizr" import/extensions So we need to fix this first before merging

hjeti commented 4 years ago

I will close this pr. It's replaced by this one:

https://github.com/hjeti/vue-skeleton/pull/110