
npm-check-updatesis a command-line tool that allows you to upgrade yourpackage.jsonorbower.jsondependencies to the latest versions, regardless of existing version constraints.
npm-check-updatesmaintains your existing semantic versioning policies
Install it using npm install -g npm-check-updates
Then run ncu to check for updates, and run ncu -u to actually update your package.json / the installed packages.
Leave a comment