diff --git a/knip.json b/knip.json index 83a27cb0..a263482e 100644 --- a/knip.json +++ b/knip.json @@ -2,7 +2,6 @@ "$schema": "https://unpkg.com/knip@5/schema.json", "treatConfigHintsAsErrors": true, - "ignoreBinaries": ["open"], "ignoreDependencies": [ "@openworkflow/cli", "@tanstack/react-router-ssr-query", @@ -18,8 +17,7 @@ "ignoreFiles": [ "**/openworkflow.config.*", "openworkflow/**/*.ts", - "apps/dashboard/src/components/ui/*.tsx", - "apps/docs/style.css" + "apps/dashboard/src/components/ui/*.tsx" ], "ignoreIssues": { "apps/dashboard/src/components/ui/*.tsx": ["exports"], diff --git a/package-lock.json b/package-lock.json index 3c7b41bb..eb5d3159 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "eslint-plugin-unicorn": "^65.0.1", "husky": "^9.1.7", "jscpd": "^5.0.12", - "knip": "^6.24.0", + "knip": "^6.27.0", "prettier": "^3.9.5", "prettier-plugin-packagejson": "^3.0.2", "prettier-plugin-tailwindcss": "^0.8.1", @@ -11711,9 +11711,9 @@ } }, "node_modules/knip": { - "version": "6.24.0", - "resolved": "https://registry.npmjs.org/knip/-/knip-6.24.0.tgz", - "integrity": "sha512-PokLlgeEjLh1rAsB7ts+52wZ37HBr1nDhE6NNONwEaXdeZGCJOkP7ZlIAI2Gtu8xohquzTWy75bc/1diI9shQw==", + "version": "6.27.0", + "resolved": "https://registry.npmjs.org/knip/-/knip-6.27.0.tgz", + "integrity": "sha512-CngYEYrD0n20N06FXA8n3u/0Wnnugoa+B9k14OP+iKIgkCHuzvIdsP3nfwjhByoc1WfogpxfiriMboAXFETDUw==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 62344665..32f98d60 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "eslint-plugin-unicorn": "^65.0.1", "husky": "^9.1.7", "jscpd": "^5.0.12", - "knip": "^6.24.0", + "knip": "^6.27.0", "prettier": "^3.9.5", "prettier-plugin-packagejson": "^3.0.2", "prettier-plugin-tailwindcss": "^0.8.1",