Skip to content

Commit

Permalink
build(deps): pin dependency conventional-changelog-conventionalcommit…
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Jun 11, 2024
1 parent db479f3 commit 99910cc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import createPreset from '@insurgent/conventional-changelog-preset';
import createPreset from 'conventional-changelog-conventionalcommits';

const commitLintConfig = {
parserPreset: createPreset,
Expand Down
22 changes: 17 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"node": ">=v16"
},
"dependencies": {
"@insurgent/conventional-changelog-preset": "^10.0.0"
"@insurgent/conventional-changelog-preset": "^10.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
Expand Down

0 comments on commit 99910cc

Please sign in to comment.