How to update dev dependencies in NPM?

If you have installed new Node.js packages and want to update your package.json file locally to these new versions, you have to install npm-check-updates package globally: Then you have to run this command: As a result, you will see the following screen (the list of packages is only for example): The final step is to […]