Find newer versions of package dependencies and check outdated npm packages locally or globally.
ncuonly updates dependency versions inpackage.json. To install the new versions, runnpm installafterwards. More information: https://github.com/raineorshine/npm-check-updates.
ncu
npm packages:ncu --global
ncu --upgrade
ncu --interactive
ncu --target {{minor}}
ncu --filter {{keyword|/regex/}}
ncu --dep {{dev|optional|peer|prod|packageManager}}
ncu --help