Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 7245dd4

Browse files
committed
chore(hooks): upgrade commitlint
The 8.2 version of commitlint has issues working with git worktrees. This upgrades to 8.3.3 which doesn't manifest these. Ref conventional-changelog/commitlint#787
1 parent 4bc61ad commit 7245dd4

File tree

2 files changed

+235
-211
lines changed

2 files changed

+235
-211
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@commitlint/cli": "~8",
5-
"@commitlint/config-conventional": "~8",
4+
"@commitlint/cli": "^8.3.3",
5+
"@commitlint/config-conventional": "^8.3.3",
66
"husky": "~3",
77
"lint-staged": "~9",
88
"npm-run-all": "~4"

0 commit comments

Comments
 (0)