diff --git a/package.json b/package.json index adbad90..c51ddf9 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,22 @@ "scripts": { "prepare": "husky" }, + "peerDependencies": { + "@commitlint/cli": "19.x", + "@commitlint/config-conventional": "19.x", + "husky": "9.x" + }, + "peerDependenciesMeta": { + "@commitlint/cli": { + "optional": true + }, + "@commitlint/config-conventional": { + "optional": true + }, + "husky": { + "optional": true + } + }, "dependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^12.0.0",