chore: upgrade dependencies

This commit is contained in:
eggy
2024-03-01 13:01:21 -05:00
parent 0f14ad569f
commit 194c5343c6
4 changed files with 4765 additions and 3691 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import { getPrettyDate, getUtcDate } from "~~/shared/metadata";
import { AnyParsedContent } from "~~/shared/types";
import type { AnyParsedContent } from "~~/shared/types";
const props = defineProps<{ doc: AnyParsedContent }>();