Skip to content

Commit 5744a34

Browse files
committed
chore: commitlint peer-dependency version requirements
1 parent 7cdc4e5 commit 5744a34

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

package-lock.json

+19-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+12
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@
4242
"prettier": "3.3.1",
4343
"semantic-release": "24.0.0"
4444
},
45+
"peerDependencies": {
46+
"@commitlint/cli": ">= 19.0.0",
47+
"@commitlint/lint": ">= 19.0.0"
48+
},
49+
"peerDependenciesMeta": {
50+
"@commitlint/cli": {
51+
"optional": true
52+
},
53+
"@commitlint/lint": {
54+
"optional": true
55+
}
56+
},
4557
"homepage": "https://github.com/insurgent-lab/commitlint-config#readme",
4658
"repository": {
4759
"type": "git",

0 commit comments

Comments
 (0)