UNPKG

npm-check-updates

Version:

Find newer versions of dependencies than what your package.json allows

2 lines (1 loc) 86 B
export type UpgradeGroup = 'major' | 'minor' | 'patch' | 'majorVersionZero' | 'none';