UNPKG

npm-check-updates

Version:

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

3 lines (2 loc) 105 B
/** The three main parts of a SemVer version. */ export type VersionLevel = 'major' | 'minor' | 'patch';