Skip to content

Commit

Permalink
docs: bump @nuxt/ui-pro-edge
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jan 12, 2024
1 parent 2862741 commit 29029ca
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions docs/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@

<script setup lang="ts">
import type { NavItem } from '@nuxt/content/dist/runtime/types'
import type { Link } from '#ui-pro/types'
import type { HeaderLink } from '#ui-pro/types'
defineProps<{
links: Link[]
links: HeaderLink[]
}>()
const route = useRoute()
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@nuxt/devtools": "^1.0.6",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/image": "^1.1.0",
"@nuxt/ui-pro": "npm:@nuxt/ui-pro-edge@0.6.1-28413612.408e456",
"@nuxt/ui-pro": "npm:@nuxt/ui-pro-edge@0.7.0-28417562.4055038",
"@nuxthq/studio": "^1.0.6",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.1.3",
Expand Down
62 changes: 31 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 29029ca

Please sign in to comment.