latest-in-range
v1.1.1
Published
Update package.json deps to the latest in their semver range
Downloads
13
Readme
latest-in-range
Usage
npx latest-in-range [...names]
What it does
Reads your package.json and updates each semver range to the latest published version in that range. Examples:
"lodash": "^3.0.0"
=>"lodash": "^3.11.0"
"lodash": "~4.11.0"
=>"lodash": "~4.11.2"
Options
Filter the package names to be updated by providing additional arguments eg npx latest-in-range jest