npm-check-updates (ncu) : How to update angular package version with ease
npm-check-updates upgrades our package.json dependencies to the latest versions, ignoring specified versions. It maintains existing semantic versioning policies, i.e. "express": "^4.0.0" to "express": "^5.0.0".It only modifies package.json…