1.1.1 • Published 2 years ago

latest-in-range v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.1.0

2 years ago

1.0.7

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago