diff options
Diffstat (limited to 'deno.json')
| -rw-r--r-- | deno.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ { "exports": "./entry.ts", "imports": { - "@eeeooolll/graphiql": "npm:@eeeooolll/graphiql@0.4.0", + "@eeeooolll/graphiql": "npm:@eeeooolll/graphiql@0.4.2", "@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", @@ -10,5 +10,5 @@ }, "license": "MIT", "name": "@eol/gq", - "version": "0.4.1" + "version": "0.5.0" } |