npm-check
npm-check copied to clipboard
Option to only update `package.json`
With the advent of yarn it makes sense to have an option along with -u to only update the package.json and not run npm install.
yarn upgrade-interactive is now part of yarn. You can probably resolve this issue as this feature would duplicate something built into yarn.
+1 for when working with lerna projects that don't allow yarn in scoped packages!