Check NPM Updates
update dependencies in package.json interactively
npx npm-check-updates -i
pnpm dlx npm-check-updates -i
bunx npm-check-updates -i
update dependencies in workspaces interactively
npx npm-check-updates -iws
pnpm dlx npm-check-updates -iws
bunx npm-check-updates -iws
update dependencies in workspaces but only minor and patch versions interactively
npx npm-check-updates -iws --target minor
pnpm dlx npm-check-updates -iws --target minor
bunx npm-check-updates -iws --target minor