Skip to content

Outdated

Rule

Try to keep your dependencies up to date by running the following command :

npm outdated

It will display all outdated installed libraries and their last versions :

npm outdated

The dependencies marked as red can be updated by running the command :

npm update

The others need to be manually reviewed and updated