Socket
Socket
Sign inDemoInstall

lerna-update-wizard

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lerna-update-wizard

Command line interface for simplifying the process of bulk updating dependencies across multiple Lerna packages.


Version published
Maintainers
1
Created
Source

Lerna update wizard

Command line interface for simplifying the process of bulk updating dependencies across multiple Lerna packages.

Install

$ yarn add lerna-update-wizard

Or via NPM:

$ npm install --save-dev lerna-update-wizard

If installed globally, it can be used independently of a project:

$ yarn global add lerna-update-wizard

Usage

Simply run the command in the root of a Lerna based project:

$ lernaupdate

Or from the outside by specifying the path to the project:

$ lernaupdate ~/projects/my-lerna-project

Step 1

When running the command you will be prompted to search for and select the dependency you wish to install:

Select dependency

Step 2

After selecting a dependency you will be asked to specify which package(s) to install the dependency in. Packages with already installed versions of the dependency will be preselected with the installed version number shown:

Select packages

Step 3

Next you will need to specify which version you wish to install from the list of available versions for that dependency:

Select version

Step 4

Finally, you can optionally choose to create a git branch and/or commit containing the changes made in the update:

Git branc/commit

FAQs

Package last updated on 01 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc