Skip to content

Update package.json deps to the latest in their semver range

Notifications You must be signed in to change notification settings

snyamathi/latest-in-range

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Update package.json deps to the latest in their semver range

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages