Skip to content

Commit

Permalink
Remove isbot dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
astorije committed Sep 15, 2024
1 parent 570a1cd commit d651ce1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"bluesky",
"bostonts",
"Hadley",
// "isbot",
"Jérémie",
"knip",
"packagejson",
Expand Down
2 changes: 1 addition & 1 deletion knip.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://unpkg.com/knip@latest/schema.json",
"entry": ["app/root.tsx!"],
"ignoreDependencies": ["isbot", "lint-staged"],
"ignoreDependencies": ["lint-staged"],
"ignoreExportsUsedInFile": { "interface": true, "type": true },
"project": ["app/**/*.ts!", "app/**/*.tsx!"]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@vanilla-extract/css": "^1.15.3",
"@vercel/remix": "^2.11.1",
"clsx": "^2.1.1",
"isbot": "^5.1.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.22.4"
Expand Down
9 changes: 0 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit d651ce1

Please sign in to comment.