aboutsummaryrefslogtreecommitdiff
path: root/deno.json
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-04-26 21:30:43 -0700
committernetop://ウィビ <paul@webb.page>2026-04-26 21:30:43 -0700
commitab0a791cc0d75efe05ca8b6f9da8e21271fbf309 (patch)
tree55ac984ba79be706ee2f83219fc2670bce89f75c /deno.json
parent84e0d5ad8ebb8e933823d9dabc8060294a4780dc (diff)
downloadgq-ab0a791cc0d75efe05ca8b6f9da8e21271fbf309.tar.gz
gq-ab0a791cc0d75efe05ca8b6f9da8e21271fbf309.zip
adds awesome new GraphiQL renderer and an example
Diffstat (limited to 'deno.json')
-rw-r--r--deno.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/deno.json b/deno.json
index baa37cd..8b1c4de 100644
--- a/deno.json
+++ b/deno.json
@@ -1,12 +1,14 @@
{
"exports": "./entry.ts",
"imports": {
+ "@eeeooolll/graphiql": "npm:@eeeooolll/graphiql@0.4.0",
"@graphql-tools/schema": "npm:@graphql-tools/schema@^10.0.33",
+ "@netopwibby/dedent": "jsr:@netopwibby/dedent@^0.1.0",
"@std/path": "jsr:@std/path@^1.1.4",
"graphql": "npm:graphql@^16.13.2",
"xss": "npm:xss@^1.0.15"
},
"license": "MIT",
"name": "@eol/gq",
- "version": "0.3.0"
+ "version": "0.4.0"
}