yarn-update-lock

update yarn.lock and deduplicate

ISC 13 个版本
安装
npm install yarn-update-lock
yarn add yarn-update-lock
pnpm add yarn-update-lock
bun add yarn-update-lock
README

yarn-update-lock

update yarn.lock and deduplicate

Install

yarn add --dev yarn-update-lock

What does this do ?

  • runs yarn install --prefer-offline
  • runs yarn deduplicate
  • runs again yarn install --prefer-offline

Usage

package.json

{
  "lint-staged": {
    "yarn.lock": [
      "yarn-update-lock",
      "git add"
    ]
  }
}
版本列表
1.0.0 2019-05-02
0.6.1 2019-05-01
0.6.0 2019-04-19
0.5.0 2019-04-05
0.4.0 2019-04-05
0.3.5 2019-04-05
0.3.4 2019-03-21
0.3.3 2019-03-09
0.3.2 2019-02-23
0.3.1 2019-02-15
0.3.0 2019-02-15
0.2.0 2019-02-11
0.1.0 2019-02-11