Skip to content

Commit 114ea3b

Browse files
committed
fix knip issues
1 parent c4bbfd8 commit 114ea3b

4 files changed

Lines changed: 2 additions & 10 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-
"ignoreDependencies": ["@size-limit/preset-small-lib", "@faker-js/faker"],
3+
"ignoreDependencies": ["@faker-js/faker"],
44
"ignoreWorkspaces": ["examples/**", "packages/table-core/tests/**"],
55
"ignore": ["**/*benchmark*", "**/benchmarks/**"],
66
"workspaces": {

packages/table-devtools/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858
"dependencies": {
5959
"@tanstack/devtools-ui": "^0.4.4",
6060
"@tanstack/devtools-utils": "^0.3.0",
61-
"@tanstack/solid-store": "^0.8.0",
62-
"clsx": "^2.1.1",
6361
"goober": "^2.1.18",
6462
"solid-js": "^1.9.11"
6563
},

packages/table-devtools/src/TableContextProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
import type { Accessor, ParentComponent, Setter } from 'solid-js'
1414
import type { RowData, Table, TableFeatures } from '@tanstack/table-core'
1515

16-
export type TableDevtoolsTabId = 'features' | 'state' | 'rows' | 'columns'
16+
type TableDevtoolsTabId = 'features' | 'state' | 'rows' | 'columns'
1717
type AnyTable = Table<TableFeatures, RowData>
1818

1919
interface TableDevtoolsContextValue {

pnpm-lock.yaml

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)