diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-01-12 18:40:12 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-12 18:40:12 +0000 |
| commit | ee623f429e2d75b054e42f4eab4ce31a6e337f83 (patch) | |
| tree | 65cc3673f0a7f30646f51f27339e6eea4507f167 /package.json | |
| parent | feat(server): indicate which server type accepted client (diff) | |
| parent | chore(deps): update commitlint monorepo (diff) | |
| download | whirl-ee623f429e2d75b054e42f4eab4ce31a6e337f83.tar.xz whirl-ee623f429e2d75b054e42f4eab4ce31a6e337f83.zip | |
Merge pull request #128 from Whirlsplash/renovate/major-commitlint-monorepo
chore(deps): update commitlint monorepo (major)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index a02b219..7e9fbfa 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,10 @@ "commit:signed": "cz -S" }, "devDependencies": { - "@commitlint/cli": "13.2.0", - "@commitlint/config-conventional": "13.2.0", + "@commitlint/cli": "16.0.2", + "@commitlint/config-conventional": "16.0.0", "commitizen": "4.2.4", "cz-conventional-changelog": "3.3.0", - "husky": "7.0.2" + "husky": "7.0.4" } } |