titouancreach / vuejs-redux

Flexible binding between Vue and Redux
57 stars 11 forks source link

update dev dependencies #24

Closed titouancreach closed 5 years ago

titouancreach commented 6 years ago

The devDependencies are not up to date, we probably need to do a npm upgrade and check if the test and build don't break

MuhammadHasham23 commented 6 years ago

try npm install

titouancreach commented 6 years ago

Npm install will not update the dependencies where the major version number has changed

deerawan commented 6 years ago

@titouancreach can I work on this issue?

titouancreach commented 6 years ago

Sure!don't need to ask 😊every help is welcomed!

titouancreach commented 6 years ago

Could you please include de package-lock.json in this pr? I forgot to add it

deerawan commented 6 years ago

@titouancreach sure 👍

titouancreach commented 6 years ago

I let it open for the examples :) This has been resolved with https://github.com/titouancreach/vuejs-redux/pull/39 by @deerawan. We can still update the example dependencies. Maybe it will be more complicated since webpack 4 comes with breaking changes

titouancreach commented 5 years ago

Closes by #54