diff options
| author | Fuwn <[email protected]> | 2022-01-12 12:06:41 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-12 12:06:41 -0800 |
| commit | 768fe53640b9d11d1901963a4710bce691a5faad (patch) | |
| tree | db7982becd03f82e50eb1604e9bcf3312c3b6281 /package.json | |
| parent | Merge pull request #18 from fuwn/renovate/commitlint-monorepo (diff) | |
| parent | chore(deps): update commitlint monorepo to v15 (diff) | |
| download | lime-old-768fe53640b9d11d1901963a4710bce691a5faad.tar.xz lime-old-768fe53640b9d11d1901963a4710bce691a5faad.zip | |
Merge pull request #21 from Fuwn/renovate/major-commitlint-monorepo
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 3267ddc..26a5505 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "commit:signed": "cz -S" }, "devDependencies": { - "@commitlint/cli": "13.2.1", - "@commitlint/config-conventional": "13.2.0", + "@commitlint/cli": "15.0.0", + "@commitlint/config-conventional": "15.0.0", "commitizen": "4.2.4", "cz-conventional-changelog": "3.3.0", "husky": "7.0.4" |