Update All NPM Dependencies
Updated 2021-06-28
This is dangerous! Make a new branch when testing this out.
npm-check-updates allows you to check and update your packages in package.json
.
Check For Updates
Run npx npm-check-updates
to list packages that have new versions
Updating EVERYTHING
Run npx npm-check-updates -u
to update all packages in your package.json
. This includes major versions and will very likely break your code.