Skip to content

Commit cb15a2a

Browse files
ardeoraTkDodo
andauthored
fix(query-devtools): Fix styling issues in devtool (#6032)
Co-authored-by: Dominik Dorfmeister <[email protected]>
1 parent 7760ee5 commit cb15a2a

File tree

6 files changed

+300
-158
lines changed

6 files changed

+300
-158
lines changed

packages/query-devtools/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,21 @@
4040
"test:lib": "vitest run --coverage",
4141
"test:lib:dev": "pnpm run test:lib --watch",
4242
"test:build": "publint --strict",
43-
"build": "tsup"
43+
"build": "tsup",
44+
"build:dev": "tsup --watch"
4445
},
4546
"files": [
4647
"build",
4748
"src"
4849
],
4950
"devDependencies": {
50-
"@emotion/css": "^11.11.0",
5151
"@solid-primitives/keyed": "^1.2.0",
5252
"@solid-primitives/resize-observer": "^2.0.18",
5353
"@solid-primitives/storage": "^1.3.11",
5454
"@tanstack/match-sorter-utils": "^8.8.4",
5555
"@tanstack/query-core": "workspace:*",
56+
"clsx": "^2.0.0",
57+
"goober": "^2.1.13",
5658
"solid-js": "^1.7.8",
5759
"solid-transition-group": "^0.2.2",
5860
"superjson": "^1.12.4",

0 commit comments

Comments
 (0)