Skip to content

Commit

Permalink
fix(load): satisfy @types/node peer dependency for cosmiconfig-loader…
Browse files Browse the repository at this point in the history
…-typescript

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 conventional-changelog#3007
  • Loading branch information
jrolfs committed Feb 5, 2022
1 parent 37019a6 commit 7b3852c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions @commitlint/load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@commitlint/execute-rule": "^16.0.0",
"@commitlint/resolve-extends": "^16.1.0",
"@commitlint/types": "^16.0.0",
"@types/node": ">=12",
"chalk": "^4.0.0",
"cosmiconfig": "^7.0.0",
"cosmiconfig-typescript-loader": "^1.0.0",
Expand Down

0 comments on commit 7b3852c

Please sign in to comment.