npm-check-updates
is a command-line tool that allows you to upgrade yourpackage.json
orbower.json
dependencies to the latest versions, regardless of existing version constraints.
npm-check-updates
maintains 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