chore: update deps

This commit is contained in:
max_richter 2023-08-05 02:14:10 +02:00
parent deb98f6cb8
commit f35a63fcee
3 changed files with 4 additions and 4 deletions

View File

@ -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",

BIN
image.jpg

Binary file not shown.

View File

@ -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";