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

Repository files navigation

yarn-up-all

GitHub package.json version GitHub GitHub Releases

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.1/index.js

Usage

To update all dependencies (including devDependencies), run:

yarn up-all

To exclude a single dependency, run:

yarn up-all --exclude package

To exclude multiple dependencies:

yarn up-all --exclude "package1 package2"