I have a lot of packages as dependencies in package.json
, but they all have *
as versions.
I have read that this is unrecommended, so I want to add the latest versions to all of them. How can I do this? I have tried npm-check-updates, but it says that all packages are up-to-date.