Skip to content

Commit

Permalink
fix(query-devtools): Fix styling issues in devtool (#6032)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominik Dorfmeister <[email protected]>
  • Loading branch information
ardeora and TkDodo authored Sep 19, 2023
1 parent 7760ee5 commit cb15a2a
Show file tree
Hide file tree
Showing 6 changed files with 300 additions and 158 deletions.
6 changes: 4 additions & 2 deletions packages/query-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,21 @@
"test:lib": "vitest run --coverage",
"test:lib:dev": "pnpm run test:lib --watch",
"test:build": "publint --strict",
"build": "tsup"
"build": "tsup",
"build:dev": "tsup --watch"
},
"files": [
"build",
"src"
],
"devDependencies": {
"@emotion/css": "^11.11.0",
"@solid-primitives/keyed": "^1.2.0",
"@solid-primitives/resize-observer": "^2.0.18",
"@solid-primitives/storage": "^1.3.11",
"@tanstack/match-sorter-utils": "^8.8.4",
"@tanstack/query-core": "workspace:*",
"clsx": "^2.0.0",
"goober": "^2.1.13",
"solid-js": "^1.7.8",
"solid-transition-group": "^0.2.2",
"superjson": "^1.12.4",
Expand Down
Loading

0 comments on commit cb15a2a

Please sign in to comment.