Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 408 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 408 Bytes

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