Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
/ yarn-up-all Public archive

Yarn 2 (Berry) plugin to upgrade all dependencies using one simple command

License

Notifications You must be signed in to change notification settings

e5mode/yarn-up-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yarn-up-all

Description

This is a Yarn2 (Berry) plugin that will update all dependencies of a project with one simple command.

Installation

yarn plugin import https://github.com/e5mode/yarn-up-all/releases/download/1.0.0/index.js

Usage

To update all plugins (including devDependencies), run:

yarn up-all

To exclude a dependency, run

yarn up-all --exclude package

To exclude multiple dependencies:

yarn up-all --exclude "package1 package2"