docs(deps): update @nuxt/content

This commit is contained in:
Benjamin Canac
2024-06-24 11:37:34 +02:00
parent abd13f1f8f
commit f16291d290
8 changed files with 64 additions and 38 deletions

View File

@@ -30,7 +30,7 @@
<script setup lang="ts">
import { withoutTrailingSlash } from 'ufo'
import { debounce } from 'perfect-debounce'
import type { ParsedContent } from '@nuxt/content/dist/runtime/types'
import type { ParsedContent } from '@nuxt/content'
const searchRef = ref()

View File

@@ -46,7 +46,7 @@
</template>
<script setup lang="ts">
import type { NavItem } from '@nuxt/content/dist/runtime/types'
import type { NavItem } from '@nuxt/content'
import type { HeaderLink } from '#ui-pro/types'
defineProps<{

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import type { NavItem, ParsedContent } from '@nuxt/content/dist/runtime/types'
import type { NavItem, ParsedContent } from '@nuxt/content'
import type { Button } from '#ui/types'
const commandPaletteRef = ref()

View File

@@ -30,7 +30,7 @@
<script setup lang="ts">
import type { NuxtError } from '#app'
import type { ParsedContent } from '@nuxt/content/dist/runtime/types'
import type { ParsedContent } from '@nuxt/content'
useSeoMeta({
title: 'Page not found',

View File

@@ -17,7 +17,7 @@
</template>
<script setup lang="ts">
import type { NavItem } from '@nuxt/content/dist/runtime/types'
import type { NavItem } from '@nuxt/content'
const nav = inject<Ref<NavItem[]>>('navigation')

View File

@@ -4,13 +4,13 @@
"type": "module",
"dependencies": {
"@iconify-json/heroicons": "^1.1.21",
"@iconify-json/simple-icons": "^1.1.106",
"@nuxt/content": "^2.12.1",
"@iconify-json/simple-icons": "^1.1.107",
"@nuxt/content": "^2.13.0",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/fonts": "^0.7.0",
"@nuxt/image": "^1.7.0",
"@nuxt/ui": "latest",
"@nuxt/ui-pro": "npm:@nuxt/ui-pro-edge@1.3.0-28645147.493a647",
"@nuxt/ui-pro": "npm:@nuxt/ui-pro-edge@1.3.1-28653666.16019a7",
"@nuxtjs/plausible": "^1.0.0",
"@octokit/rest": "^20.1.1",
"@vueuse/nuxt": "^10.11.0",

View File

@@ -409,7 +409,7 @@
</template>
<script setup lang="ts">
import type { ParsedContent, NavItem } from '@nuxt/content/dist/runtime/types'
import type { ParsedContent, NavItem } from '@nuxt/content'
import { useElementBounding, useWindowScroll, useElementSize, breakpointsTailwind, useBreakpoints } from '@vueuse/core'
import type { HomeProBlock } from '~/types'