outd
v1.0.0
Published
Tiny helper for update outdated dependencies
Downloads
1
Readme
Tiny helper for update outdated NPM dependencies
Usage
# To update minors and patches with questions about each one
$ npx outd
# To update minors and patches and skip any questions
$ npx outd --yes
# To update minors, patches and majors
$ npx outd --all
# To update minors, patches and majors and skip any questions
$ npx outd --all --yes