update package npm latest code example
Example 1: use npm to update packages to latest version
npm i -g npm-check-updates
ncu -u
npm install
Example 2: npm update to latest
npm i -g npm@latest
Example 3: npm update specific package
npm update browser-sync
-------
yarn upgrade browser-sync