diff --git a/deno.json b/deno.json index 189829e..6885f8d 100755 --- a/deno.json +++ b/deno.json @@ -16,7 +16,7 @@ }, "imports": { "$fresh/": "https://deno.land/x/fresh@1.3.1/", - "yaml": "https://deno.land/std@0.194.0/yaml/mod.ts", + "yaml": "https://deno.land/std@0.197.0/yaml/mod.ts", "preact": "https://esm.sh/preact@10.15.1", "preact/": "https://esm.sh/preact@10.15.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.0", @@ -24,7 +24,7 @@ "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", "twind": "https://esm.sh/twind@0.16.19", "twind/": "https://esm.sh/twind@0.16.19/", - "$std/": "https://deno.land/std@0.193.0/", + "$std/": "https://deno.land/std@0.197.0/", "@lib": "./lib", "@lib/": "./lib/", "@components": "./components", @@ -37,4 +37,4 @@ "jsx": "react-jsx", "jsxImportSource": "preact" } -} +} \ No newline at end of file diff --git a/image.jpg b/image.jpg deleted file mode 100644 index 8ea97ed..0000000 Binary files a/image.jpg and /dev/null differ diff --git a/lib/resource/articles.ts b/lib/resource/articles.ts index 23a80d1..a20f697 100644 --- a/lib/resource/articles.ts +++ b/lib/resource/articles.ts @@ -1,7 +1,7 @@ import { parseDocument, renderMarkdown } from "@lib/documents.ts"; import { parse } from "yaml"; import { createCrud } from "@lib/crud.ts"; -import { stringify } from "https://deno.land/std@0.194.0/yaml/stringify.ts"; +import { stringify } from "https://deno.land/std@0.197.0/yaml/stringify.ts"; import { extractHashTags, formatDate } from "@lib/string.ts"; import { fixRenderedMarkdown } from "@lib/helpers.ts";