chore: update deps
This commit is contained in:
parent
deb98f6cb8
commit
f35a63fcee
@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"imports": {
|
"imports": {
|
||||||
"$fresh/": "https://deno.land/x/fresh@1.3.1/",
|
"$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/": "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",
|
"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",
|
"@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",
|
||||||
"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",
|
||||||
"@lib/": "./lib/",
|
"@lib/": "./lib/",
|
||||||
"@components": "./components",
|
"@components": "./components",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import { parseDocument, renderMarkdown } from "@lib/documents.ts";
|
import { parseDocument, renderMarkdown } from "@lib/documents.ts";
|
||||||
import { parse } from "yaml";
|
import { parse } from "yaml";
|
||||||
import { createCrud } from "@lib/crud.ts";
|
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 { extractHashTags, formatDate } from "@lib/string.ts";
|
||||||
import { fixRenderedMarkdown } from "@lib/helpers.ts";
|
import { fixRenderedMarkdown } from "@lib/helpers.ts";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user