oliviertassinari / serviceworker-webpack-plugin

Simplifies creation of a service worker to serve your webpack bundles. :recycle:
https://oliviertassinari.github.io/serviceworker-webpack-plugin/
MIT License
458 stars 76 forks source link

chore: update dependencies #59

Closed devCrossNet closed 6 years ago

devCrossNet commented 6 years ago

This PR will update all dependencies (including webpack for the docs page). It also updates react/prop-types, flow, eslint.

I added eslint-prettier to keep eslint and prettier in sync.

I ran all tasks without getting an error.

fyi the package-lock.json is intentional because I don't use yarn

oliviertassinari commented 6 years ago

fyi the package-lock.json is intentional because I don't use yarn

I believe the CI uses yarn. Feel free to use npm if you prefer.

devCrossNet commented 6 years ago

I use travis in the vue-starter with npm, should be possible :-)