A nice way to check and upgrade all of the packages of your project quickly:
npm i -g npm-check-updates
npm-check-updates -u
npm install
A nice way to check and upgrade all of the packages of your project quickly:
npm i -g npm-check-updates
npm-check-updates -u
npm install