mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
fix: add conventional-changelog-conventionalcommits dependency to fix #552
This commit is contained in:
parent
38b0650c78
commit
b584ba3e8d
2 changed files with 2 additions and 2 deletions
3
package-lock.json
generated
3
package-lock.json
generated
|
|
@ -22,6 +22,7 @@
|
|||
"commitlint-config-jira": "^1.6.4",
|
||||
"commitlint-plugin-function-rules": "^1.7.1",
|
||||
"commitlint-plugin-jira-rules": "^1.6.4",
|
||||
"conventional-changelog-conventionalcommits": "^4.6.3",
|
||||
"conventional-changelog-lint-config-canonical": "^1.0.0",
|
||||
"dargs": "^8.1.0",
|
||||
"execa": "^5.1.1",
|
||||
|
|
@ -6664,7 +6665,6 @@
|
|||
"version": "4.6.3",
|
||||
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz",
|
||||
"integrity": "sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"compare-func": "^2.0.0",
|
||||
"lodash": "^4.17.15",
|
||||
|
|
@ -21849,7 +21849,6 @@
|
|||
"version": "4.6.3",
|
||||
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz",
|
||||
"integrity": "sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"compare-func": "^2.0.0",
|
||||
"lodash": "^4.17.15",
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
"commitlint-config-jira": "^1.6.4",
|
||||
"commitlint-plugin-function-rules": "^1.7.1",
|
||||
"commitlint-plugin-jira-rules": "^1.6.4",
|
||||
"conventional-changelog-conventionalcommits": "^4.6.3",
|
||||
"conventional-changelog-lint-config-canonical": "^1.0.0",
|
||||
"dargs": "^8.1.0",
|
||||
"execa": "^5.1.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue