npm-check
npm-check copied to clipboard
Ignore outdated dependencies
How do you configure npm-check
to show unused dependencies and missing dependencies but not warn about outdated dependencies?
Context: use in CI (GitHub actions) with each pull request.
(I don't see a support option in the README, so filing an issue to start.)
@paulschreiber Did you get a workaround for this? I am facing the same issue.
@anshgoyalevil I am using depcheck
for now.