chore: update deps

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

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