chore: update deps and plugins

This commit is contained in:
2026-03-26 09:33:29 -04:00
parent 3b72a16f86
commit f9ebc3ce54
8 changed files with 1049 additions and 1017 deletions

View File

@@ -1,5 +1,6 @@
<script setup lang="ts">
import type { NodePageFragment } from "#graphql/types";
defineProps<{ node: NodePageFragment }>();
</script>