@rsdk/yarn.constraints
TypeScript icon, indicating that this package has built-in type declarations

5.2.0 • Public • Published

@rsdk/yarn.constraints

Tool for make consistent version dependencies in workspaces

.rsdk/.constraints

some-package: 1.0.0
"@scope":
  scope-package: ~1.0.0

Usage

Default

// yarn.config.js
module.exports = require('@rsdk/yarn.constraints').config

With configuration

// yarn.config.js
module.exports = require('@rsdk/yarn.constraints').override(async (cfg) => {
    // some actions, reference https://yarnpkg.com/features/constraints
})

Variables

Name Description Default
RSDK_YARN_CONSTRAINTS_CFG path to constraints yml ./.rsdk/.constraints.yml

Readme

Keywords

none

Package Sidebar

Install

npm i @rsdk/yarn.constraints

Weekly Downloads

154

Version

5.2.0

License

Apache License 2.0

Unpacked Size

33.6 kB

Total Files

17

Last publish

Collaborators

  • rsdk