Skip to content

Commit 338180c

Browse files
authoredFeb 6, 2022
fix(load): satisfy @types/node peer dependency for cosmiconfig-loader-typescript (#3008)
Add @types/node as a dependency of @commitlint/load to satisfy peer dependency from cosmiconfig-loader-typescript (by way of ts-node's peer dependency of the same) Fixes #3007
1 parent 19042bd commit 338180c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎@commitlint/load/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"@commitlint/execute-rule": "^16.0.0",
4747
"@commitlint/resolve-extends": "^16.1.0",
4848
"@commitlint/types": "^16.0.0",
49+
"@types/node": ">=12",
4950
"chalk": "^4.0.0",
5051
"cosmiconfig": "^7.0.0",
5152
"cosmiconfig-typescript-loader": "^1.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.