We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe147f commit c3b1be8Copy full SHA for c3b1be8
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": "^19.8.1",
56
"@commitlint/utils": "^8.3.6",
57
"sort-package-json": "^2.15.1"
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": "^19.8.1",
+ "@commitlint/format": "^19.8.1"
65
}
66
0 commit comments