From cc9235d64fc97a3936c1fe1f2f1df5a87014fe5f Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Mon, 10 Jun 2024 22:41:53 +0200 Subject: [PATCH] chore: :arrow_up: update imports --- deno.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deno.json b/deno.json index ba2cc68..777dc80 100644 --- a/deno.json +++ b/deno.json @@ -32,11 +32,11 @@ "@jotsr/smart-css-bundler": "jsr:@jotsr/smart-css-bundler@^0.1.0", "@preact/signals": "https://esm.sh/*@preact/signals@1.2.2", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1", - "$std/": "https://deno.land/std@0.208.0/", - "univoq": "https://deno.land/x/univoq@0.2.0/mod.ts", "@univoq/": "https://deno.land/x/univoq@0.2.0/", - "css_bundler": "../../../github.com/JOTSR/fresh_css_bundler/plugin.ts", - "gfm": "https://deno.land/x/gfm@0.6.0/mod.ts" + "gfm": "https://deno.land/x/gfm@0.6.0/mod.ts", + "preact": "https://esm.sh/preact@10.19.6", + "preact/": "https://esm.sh/preact@10.19.6/", + "univoq": "https://deno.land/x/univoq@0.2.0/mod.ts" }, "compilerOptions": { "jsx": "react-jsx",