Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

npm-outdated-to-latest

lauravuo67Apache-2.01.0.6

Updates and installs outdated npm packages to latest.

npm, outdated, package, update, dependency

readme

npm-outdated-to-latest

Helper tool for updating node dependencies.

Tool updates all project dependencies to latest (greater) version reported by npm outdated. Update process resets and regenerates also package-lock.json file and reinstalls all dependencies so it is recommended to use only when extensive acceptance test set can be run.

Install

npm install --save-dev npm-outdated-to-latest

Usage

npm-outdated-to-latest