diff --git a/deno.json b/deno.json index 9efc4a9..5dc8606 100644 --- a/deno.json +++ b/deno.json @@ -31,7 +31,9 @@ "preact/": "https://esm.sh/preact@10.19.2/", "@preact/signals": "https://esm.sh/*@preact/signals@1.2.1", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.0", - "$std/": "https://deno.land/std@0.208.0/" + "$std/": "https://deno.land/std@0.208.0/", + "univoq": "https://deno.land/x/univoq@0.1.0/mod.ts", + "@univoq/": "https://deno.land/x/univoq@0.1.0/" }, "compilerOptions": { "jsx": "react-jsx",