We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6011557 commit 8dc17e6Copy full SHA for 8dc17e6
packages/scripts/src/commands/update-pkg.ts
@@ -1,5 +1,5 @@
1
import { execCommand } from '../shared';
2
3
export async function updatePkg(args: string[] = ['--deep', '-u']) {
4
- execCommand('npx', ['ncu', ...args], { stdio: 'inherit' });
+ execCommand('npx', ['npm-check-updates', ...args], { stdio: 'inherit' });
5
}
0 commit comments