Skip to content

Commit

Permalink
feat(commitlint): add @commitlint/cli to peerDependencies (#128)
Browse files Browse the repository at this point in the history
Resolves #126
  • Loading branch information
mheob committed Jun 5, 2023
1 parent 5090973 commit 782830b
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 265 deletions.
5 changes: 5 additions & 0 deletions .changeset/soft-pumpkins-deny.md
@@ -0,0 +1,5 @@
---
'@mheob/commitlint-config': minor
---

add `@commitlint/cli` to `peerDependencies`
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"@types/node": "^18.16.16",
"commitizen": "^4.3.0",
"cz-git": "^1.6.1",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
Expand Down
3 changes: 2 additions & 1 deletion packages/commitlint-config/package.json
Expand Up @@ -30,10 +30,11 @@
"@mheob/tsconfig": "workspace:*",
"commitizen": "^4.3.0",
"cz-git": "^1.6.1",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"typescript": "^5.1.3"
},
"peerDependencies": {
"@commitlint/cli": "^17.6.5",
"commitizen": "^4.3.0",
"cz-git": "^1.6.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Expand Up @@ -64,7 +64,7 @@
"devDependencies": {
"@mheob/tsconfig": "workspace:*",
"@types/eslint": "^8.40.0",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"prettier": "^2.8.8",
"typescript": "^5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Expand Up @@ -29,7 +29,7 @@
"@mheob/eslint-config": "workspace:*",
"@mheob/tsconfig": "workspace:*",
"@types/prettier": "^2.7.3",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"prettier": "^2.8.8",
"typescript": "^5.1.3"
},
Expand Down

0 comments on commit 782830b

Please sign in to comment.