Skip to content

Commit 2c48669

Browse files
committed
feat: update deps to latest
1 parent 76c7ed3 commit 2c48669

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

knip.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/knip@5/schema.json",
3-
"entry": ["scripts/*.{ts,js}", "app/routes.ts", "app/server/*.ts", "app/library/icon/Icon.tsx"],
3+
"entry": ["scripts/*.{ts,js}", "app/server/*.ts", "app/library/icon/Icon.tsx"],
44
"remix": true,
55
"lefthook": true,
66
"project": ["**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}"],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"validate": "pnpm run check && pnpm run typecheck && pnpm run test && pnpm run check:unused",
2222
"check": "biome check .",
2323
"check:fix": "biome check --fix .",
24-
"check:unused": "knip --max-issues 1",
24+
"check:unused": "knip",
2525
"check:unused:fix": "knip --fix",
2626
"typegen": "react-router typegen",
2727
"postinstall": "pnpm run typegen"

0 commit comments

Comments
 (0)