Skip to content

Commit

Permalink
Remove unnecessary @types/get-stdin package
Browse files Browse the repository at this point in the history
The get-stdin packages ships it's own types, during
installation a warning is logged.
  • Loading branch information
leroykorterink committed Oct 9, 2024
1 parent aff95b4 commit d8640b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
15 changes: 0 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions packages/commitlint-issue-reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,13 @@
"tsm": "^2.3.0",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@commitlint/is-ignored": "^17.4.2",
"@types/get-stdin": "^7.0.0",
"chalk": "^4.1.2",
"get-stdin": "^9.0.0",
"yargs": "^17.6.2"
},
"engines": {
"node": ">=16.0.0"
}
}

0 comments on commit d8640b4

Please sign in to comment.