We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15223e commit 39b2e39Copy full SHA for 39b2e39
3 files changed
package.json
@@ -40,7 +40,7 @@
40
"devDependencies": {
41
"@alma-oss/prettier-config": "workspace:^",
42
"@almacareer/remark-config": "workspace:^",
43
- "@commitlint/cli": "19.8.1",
+ "@commitlint/cli": "20.5.0",
44
"conventional-changelog-conventionalcommits": "7.0.2",
45
"eslint": "9.39.4",
46
"eslint-config-prettier": "9.1.2",
packages/commitlint-config/package.json
@@ -28,6 +28,6 @@
28
"@commitlint/config-conventional": "^19.0.0"
29
},
30
"peerDependencies": {
31
- "@commitlint/cli": "^19.0.0"
+ "@commitlint/cli": "^19.0.0 || ^20.0.0"
32
}
33
0 commit comments