Skip to content

Commit a2dc6cb

Browse files
committed
build(deps): add missing dependency on conventional-changelog-conventionalcommits
Required by semantic-release-config.
1 parent ec0d6e8 commit a2dc6cb

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"@typescript-eslint/parser": "5.62.0",
4949
"ava": "5.3.1",
5050
"commitizen": "4.3.0",
51+
"conventional-changelog-conventionalcommits": "7.0.2",
5152
"eslint": "8.56.0",
5253
"eslint-config-prettier": "8.10.0",
5354
"eslint-plugin-import": "2.29.1",

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,6 +1110,7 @@ __metadata:
11101110
"@typescript-eslint/parser": "npm:5.62.0"
11111111
ava: "npm:5.3.1"
11121112
commitizen: "npm:4.3.0"
1113+
conventional-changelog-conventionalcommits: "npm:7.0.2"
11131114
eslint: "npm:8.56.0"
11141115
eslint-config-prettier: "npm:8.10.0"
11151116
eslint-plugin-import: "npm:2.29.1"
@@ -2540,6 +2541,15 @@ __metadata:
25402541
languageName: node
25412542
linkType: hard
25422543

2544+
"conventional-changelog-conventionalcommits@npm:7.0.2":
2545+
version: 7.0.2
2546+
resolution: "conventional-changelog-conventionalcommits@npm:7.0.2"
2547+
dependencies:
2548+
compare-func: "npm:^2.0.0"
2549+
checksum: 10c0/3cb1eab35e37fc973cfb3aed0e159f54414e49b222988da1c2aa86cc8a87fe7531491bbb7657fe5fc4dc0e25f5b50e2065ba8ac71cc4c08eed9189102a2b81bd
2550+
languageName: node
2551+
linkType: hard
2552+
25432553
"conventional-changelog-conventionalcommits@npm:^6.1.0":
25442554
version: 6.1.0
25452555
resolution: "conventional-changelog-conventionalcommits@npm:6.1.0"

0 commit comments

Comments
 (0)