How to update devDependencies and devDependencies only through npm?
The accepted answer in the similar question is not an answer to the question: How do I update devDependencies in NPM? but how to update all dependencies instead.
How to update devDependencies and devDependencies only through npm?
The accepted answer in the similar question is not an answer to the question: How do I update devDependencies in NPM? but how to update all dependencies instead.
To update package.json use:
npm update -D