1.1.1 • Published 3 years ago

latest-in-range v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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

1.1.1

3 years ago

1.1.0

3 years ago

1.0.7

4 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago