DEV Community

Luqman Rom
Luqman Rom

Posted on

Checking version updates in package.json

There is a nice tool to check the project dependencies automatically. As for now, it reaches 8k+ stars on Github, and 300k+ weekly downloads. Well liked by the community.

Here are the steps:

npm install -g npm-check-updates
ncu
ncu -u

Top comments (0)