Skip to content

Commit

Permalink
fix(ci): knip ignore and re-add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed May 25, 2024
1 parent c0520da commit 7bcd385
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 369 deletions.
2 changes: 1 addition & 1 deletion .github/knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config: KnipConfig = {
ignore: ["src/types/config.ts", "**/__mocks__/**", "**/__fixtures__/**"],
ignoreExportsUsedInFile: true,
// eslint can also be safely ignored as per the docs: https://knip.dev/guides/handling-issues#eslint--jest
ignoreDependencies: ["eslint-config-prettier", "eslint-plugin-prettier", "@types/jest", "@mswjs/data"],
ignoreDependencies: ["eslint-config-prettier", "eslint-plugin-prettier", "@types/jest", "@mswjs/data", "@octokit/rest", "dotenv"],
eslint: true,
};

Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,8 @@
"open-source"
],
"dependencies": {
"@apollo/client": "^3.10.4",
"@octokit/rest": "^20.1.1",
"cross-fetch": "^4.0.0",
"dotenv": "^16.4.4",
"graphql": "^16.8.1",
"graphql-request": "^7.0.1",
"node-fetch": "^3.3.2"
"dotenv": "^16.4.5"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
Expand Down
Loading

0 comments on commit 7bcd385

Please sign in to comment.