1.0.0 • Published 3 years ago
outd v1.0.0
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
1.0.0
3 years ago