aboutsummaryrefslogtreecommitdiff
path: root/deno.json
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-05-03 12:40:04 -0700
committernetop://ウィビ <paul@webb.page>2026-05-03 12:40:04 -0700
commit52ee736bd2ac407952863c8e8397770bf1495a45 (patch)
treef982218600682f7714a5a5157e940acc0e0e8a13 /deno.json
parent83f2352fef7dc93396e3cf8f224acba271f1ef9d (diff)
downloadgq-52ee736bd2ac407952863c8e8397770bf1495a45.tar.gz
gq-52ee736bd2ac407952863c8e8397770bf1495a45.zip
adds support for subscriptions
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 5ea31de..dc8e5bf 100644
--- a/deno.json
+++ b/deno.json
@@ -6,9 +6,11 @@
"@netopwibby/dedent": "jsr:@netopwibby/dedent@^0.1.0",
"@std/path": "jsr:@std/path@^1.1.4",
"graphql": "npm:graphql@^16.13.2",
+ "graphql-subscriptions": "npm:graphql-subscriptions@^2.0.0",
+ "graphql-ws": "npm:graphql-ws@^5.16.0",
"xss": "npm:xss@^1.0.15"
},
"license": "MIT",
"name": "@eol/gq",
- "version": "0.5.0"
+ "version": "0.6.0"
}