update-all-packages
v1.0.2
Published
Updates all packages in package.json to the latest version
Downloads
27
Readme
update-all-packages
Updates all packages in package.json to their latest versions, similar to how greenkeeper does it. This is for those who can't use Greenkeeper for whatever reason.
Run it in a directory with package.json. Since it automatically updates package.json
and package-lock.json
, be sure
you're using git so you can rollback as necessary.
Note that running this will completely replace your node_modules
directory and package-lock.json
file with newly
updated versions.
Credits
https://medium.com/@_jh3y/how-to-update-all-npm-packages-in-your-project-at-once-17a8981860ea