Skip to content

Commit 5a01f59

Browse files
authored
fix: mark @types/conventional-commits-parser as dep for @commitlint/types (#3944)
close #3929, fix #3942
1 parent 87b1d36 commit 5a01f59

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

@commitlint/parse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@commitlint/test": "^19.0.0",
4040
"@commitlint/utils": "^19.0.0",
41-
"@types/conventional-commits-parser": "^3.0.6"
41+
"@types/conventional-commits-parser": "^5.0.0"
4242
},
4343
"dependencies": {
4444
"@commitlint/types": "^19.0.0",

@commitlint/types/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
},
3030
"license": "MIT",
3131
"dependencies": {
32+
"@types/conventional-commits-parser": "^5.0.0",
3233
"chalk": "^5.3.0"
3334
},
3435
"devDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1864,10 +1864,10 @@
18641864
resolved "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz"
18651865
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
18661866

1867-
"@types/conventional-commits-parser@^3.0.6":
1868-
version "3.0.6"
1869-
resolved "https://registry.npmjs.org/@types/conventional-commits-parser/-/conventional-commits-parser-3.0.6.tgz"
1870-
integrity sha512-z4crlplLzL9uA5kbE4ZghAf5RbrEr1UL/uNGGgxYbJjI0jRBjuYKuasbo13ANZsSapLTM2DLZk6LDcjemow4qQ==
1867+
"@types/conventional-commits-parser@^5.0.0":
1868+
version "5.0.0"
1869+
resolved "https://registry.npmjs.org/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz#8c9d23e0b415b24b91626d07017303755d542dc8"
1870+
integrity sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==
18711871
dependencies:
18721872
"@types/node" "*"
18731873

0 commit comments

Comments
 (0)