0.3.3 • Published 2 years ago

yarn-workspace-sync-deps v0.3.3

Weekly downloads
194
License
MIT
Repository
github
Last release
2 years ago

yarn-workspace-sync-deps

A simple script for keeping dependencies are same between root and packages on Yarn workspaces.

What?

We are using Yarn workspaces and enabled Greenkeeper, but Greenkeeper currently doesn't check for packages/*. We gave up the independent dependencies in packages/*, make the dependencies same as root dependencies.

You still need update the dependencies of packages/* on local, but it will be helpful for CI and Greenkeeper.

Installation

In the root workspace:

$ yarn add --dev -W yarn-workspace-sync-deps

Usage

We are using it after yarn install in the root workspace:

{
  "scripts": {
    "postinstall": "yarnw-sync-deps && yarn --ignore-scripts"
  }
}

License

MIT

0.3.3

2 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago