diff --git a/knip.jsonc b/knip.jsonc index 85af4b90..6bb51a7c 100644 --- a/knip.jsonc +++ b/knip.jsonc @@ -34,11 +34,7 @@ // `skills/devframe/templates/*.ts` are the devframe-authoring skill's // copy-and-run reference snippets (`skills/devframe/SKILL.md`) - each // one a standalone, runnable example, not imported by anything else. - "entry": ["design/*.ts", "skills/devframe/templates/*.ts", "scripts/smoke-bun.ts"], - // `spa-devframe.ts` imports `valibot` to illustrate schema validation - // for a consumer's own devframe - it's a dependency of the example a - // reader copies out, not of this repo's root tooling. - "ignoreDependencies": ["valibot"] + "entry": ["design/*.ts", "skills/devframe/templates/*.ts", "scripts/smoke-bun.ts"] }, "docs": { // `devframe` is referenced only inside fenced code samples in the diff --git a/plugins/git/package.json b/plugins/git/package.json index 0b9a8915..c77dbb0f 100644 --- a/plugins/git/package.json +++ b/plugins/git/package.json @@ -64,7 +64,6 @@ "devDependencies": { "@antfu/design": "catalog:frontend", "@devframes/plugin-git--assets": "workspace:*", - "@devframes/service-shiki": "workspace:*", "@floating-ui/react": "catalog:frontend", "@iconify-json/catppuccin": "catalog:frontend", "@radix-ui/react-scroll-area": "catalog:frontend",