UNPKG

npm-check-updates

Version:

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

6 lines 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.supportedVersionTargets = void 0; /** Valid strings for the --target option. Indicates the desired version to upgrade to. */ exports.supportedVersionTargets = ['latest', 'newest', 'greatest', 'minor', 'patch', 'semver']; //# sourceMappingURL=Target.js.map