how to update dependencies code example
Example 1: upgrade all packages in package.json
npm install -g npm-check-updates
ncu -u
npm install
Example 2: how to update version of dependencies reactjs
$ npm install -g npm-check-updates
$ ncu -u
$ npm install