From 8d3e0cdf28ef7d4afe02ba7355173cbf282506a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 25 Jun 2022 17:58:33 +0200 Subject: [PATCH] chore: update dependencies --- deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.ts b/deps.ts index 6a5555a..31dcb52 100644 --- a/deps.ts +++ b/deps.ts @@ -19,7 +19,7 @@ export { h, html, type VNode, -} from "https://deno.land/x/htm@0.0.6/mod.tsx"; +} from "https://deno.land/x/htm@0.0.8/mod.tsx"; export { parse as frontMatter } from "https://deno.land/x/frontmatter@v0.1.4/mod.ts"; export { createReporter,