Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 555 Bytes

CHANGELOG.md

File metadata and controls

13 lines (10 loc) · 555 Bytes

0.1.0

  • improved cli ui with listr
  • integrated execa
  • [bugfix] sorting npm view XXX version response to get the latest version

0.0.1

  • initial release
    • look for outdated packages (npm outdated)
    • look for available versions (npm view myPackage version)
    • install newer packages with npm install myPackage@1.2.3 which also updates the package.json
    • commit the updated package.json and package-lock.json (git commit -m "updated dependencies)