We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11cf237 commit d8e2584Copy full SHA for d8e2584
packages/commitlint-config/package.json
@@ -52,15 +52,15 @@
52
"package.json": "sort-package-json"
53
},
54
"devDependencies": {
55
- "@commitlint/lint": "^17.8.1",
+ "@commitlint/lint": "^18.4.3",
56
"@commitlint/utils": "^8.3.6",
57
"sort-package-json": "^2.6.0"
58
59
"engines": {
60
"node": "^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
61
62
"dependencies": {
63
- "@commitlint/config-conventional": "^17.8.1",
64
- "@commitlint/format": "^17.8.1"
+ "@commitlint/config-conventional": "^18.4.3",
+ "@commitlint/format": "^18.4.3"
65
}
66
0 commit comments