diff --git a/.github/knip.ts b/.github/knip.ts index 883cce7..5be9b7a 100644 --- a/.github/knip.ts +++ b/.github/knip.ts @@ -6,7 +6,7 @@ const config: KnipConfig = { ignore: ["src/types/config.ts", "**/__mocks__/**", "**/__fixtures__/**", "src/types/database.ts"], 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", "ts-node", "hono"], + ignoreDependencies: ["eslint-config-prettier", "eslint-plugin-prettier", "ts-node"], eslint: true, }; diff --git a/bun.lockb b/bun.lockb index 073e3b3..e237830 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index fc10e1b..168eb23 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,6 @@ "@mswjs/data": "0.16.1", "@types/jest": "^29.5.12", "@types/node": "20.14.5", - "@vercel/ncc": "0.38.3", "cross-env": "7.0.3", "cspell": "8.9.0", "eslint": "9.5.0",