diff options
| author | Fuwn <[email protected]> | 2021-11-09 20:46:16 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-09 20:46:16 -0800 |
| commit | fbbba64ea24f45ae9193fd603df1fa6cd71fd687 (patch) | |
| tree | 6694d5c67818b75bc266dbc08e900e46ddf7a7c3 /package.json | |
| parent | Merge pull request #11 from fuwn/renovate/husky-7.x (diff) | |
| parent | chore(deps): update commitlint monorepo to v14 (diff) | |
| download | records-fbbba64ea24f45ae9193fd603df1fa6cd71fd687.tar.xz records-fbbba64ea24f45ae9193fd603df1fa6cd71fd687.zip | |
Merge pull request #12 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 76d4326..9f1bcf5 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "commit:signed": "cz -S" }, "devDependencies": { - "@commitlint/cli": "13.2.1", - "@commitlint/config-conventional": "13.2.0", + "@commitlint/cli": "14.1.0", + "@commitlint/config-conventional": "14.1.0", "commitizen": "4.2.4", "cz-conventional-changelog": "3.3.0", "husky": "7.0.4" |