0

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.

Yoda
  • 17,363
  • 67
  • 204
  • 344

1 Answers1

-1

To update package.json use:

npm update -D
Kuzenko Lubko
  • 1,961
  • 1
  • 20
  • 26