Skip to content

Commit

Permalink
chore(deps): knip
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Mar 1, 2024
1 parent c36755d commit 2a39a90
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import type { KnipConfig } from 'knip';
const config: KnipConfig = {
ignore: ['bin/*.js'],
ignoreBinaries: ['semantic-release'],
// used in husky commit hooks
ignoreDependencies: ['@commitlint/cli'],
};

export default config;
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"eslint": "^8.47.0",
"husky": "^9.0.10",
"js-yaml": "^4.1.0",
"knip": "^4.3.0",
"knip": "^5.0.2",
"msw": "^2.0.3",
"nock": "^13.2.7",
"openapi-types": "^12.1.3",
Expand Down

0 comments on commit 2a39a90

Please sign in to comment.