How to update all versions in package.json

We update old versions in package.json with new ones.

Will update the versions in the package:

npm i -g npm-check-updates
ncu -u

At the end there will be a picture like this:

Now we install all new versions:

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *