Find newer versions of package dependencies and check outdated npm packages locally or globally.
ncu
only updates dependency versions inpackage.json
. To install the new versions, runnpm install
afterwards. 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