1 min readJan 9, 2019
You can also use npm-check-updates, which “upgrades your package.json dependencies to the latest versions, ignoring specified versions.”
I use it on my projects that I haven’t used in a while to do a project-wide NPM upgrade that ensures I get the latest version of each package, even major version updates.