Skip to content

Commit fab4b03

Browse files
mskorokhodovn1ru4l
andauthored
Feat/lab query plan (#7892)
Co-authored-by: Laurin <laurinquast@googlemail.com>
1 parent ed9ab34 commit fab4b03

22 files changed

Lines changed: 2296 additions & 155 deletions

File tree

.changeset/true-foxes-happen.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@graphql-hive/laboratory': patch
3+
'@graphql-hive/render-laboratory': patch
4+
---
5+
6+
Hive Laboratory renders Hive Router query plan if included in response extensions

packages/libraries/laboratory/components.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
},
1313
"iconLibrary": "lucide",
1414
"aliases": {
15-
"components": "@/laboratory/components",
16-
"utils": "@/laboratory/lib/utils",
17-
"ui": "@/laboratory/components/ui",
18-
"lib": "@/laboratory/lib",
19-
"hooks": "@/laboratory/hooks"
15+
"components": "src/components",
16+
"utils": "src/lib/utils",
17+
"ui": "src/components/ui",
18+
"lib": "src/lib",
19+
"hooks": "src/hooks"
2020
},
2121
"registries": {}
2222
}

packages/libraries/laboratory/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@
3838
"zod": "^4.1.12"
3939
},
4040
"dependencies": {
41+
"@base-ui/react": "^1.1.0",
4142
"radix-ui": "^1.4.3",
43+
"react-zoom-pan-pinch": "^3.7.0",
4244
"uuid": "^13.0.0"
4345
},
4446
"devDependencies": {
45-
"@dagrejs/dagre": "^1.1.8",
47+
"@dagrejs/dagre": "^2.0.4",
4648
"@dnd-kit/core": "^6.3.1",
4749
"@dnd-kit/modifiers": "^9.0.0",
4850
"@dnd-kit/sortable": "^10.0.0",

0 commit comments

Comments
 (0)