Skip to content

Commit

Permalink
doc: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Nov 8, 2024
1 parent 9442bc4 commit 3cbacd4
Show file tree
Hide file tree
Showing 5 changed files with 333 additions and 333 deletions.
6 changes: 6 additions & 0 deletions docs/content/learn/0.mastering-meta/open-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,13 @@ Create dynamic images using [Nuxt OG Image](/docs/og-image/getting-started/intro

### `og:type`{lang="ts}

Use this to provide context to crawlers. Common values are `website`, `article`, `book`, `profile`.

```ts
useSeoMeta({
ogType: 'article'
})
```

### `og:url`{lang="ts}

Expand Down
2 changes: 1 addition & 1 deletion docs/content/learn/0.mastering-meta/schema-org.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Schema.org in Vue & Nuxt
description: Schema.org can help search engines understand your content better, but is it worth the effort? Learn when to use it and when to skip it in Vue & Nuxt applications.
navigation:
title: 'Schema.org'
publishedAt: 2024-11-05
updatedAt: 2024-11-05
readTime: 8 mins
Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nuxt/scripts": "^0.9.5",
"@nuxt/ui": "^3.0.0-alpha.6",
"@nuxt/ui-pro": "^2.0.0-alpha.6",
"@nuxthub/core": "0.8.5",
"@nuxthub/core": "0.8.6",
"@unovis/vue": "1.4.4",
"@vueuse/core": "^11.1.0",
"@vueuse/motion": "^2.2.6",
Expand All @@ -37,19 +37,19 @@
"clsx": "^2.1.1",
"consola": "^3.2.3",
"markdownlint-cli": "^0.42.0",
"nuxt": "3.14.0",
"nuxt": "3.14.159",
"nuxt-build-cache": "^0.1.1",
"nuxt-content-twoslash": "^0.1.1",
"nuxt-lodash": "^2.5.3",
"nuxt-rebundle": "^0.0.2",
"octokit": "^4.0.2",
"ofetch": "^1.4.1",
"radix-vue": "^1.9.8",
"radix-vue": "^1.9.9",
"shiki": "^1.22.2",
"shiki-transformer-color-highlight": "^0.2.0",
"sponsorkit": "^0.15.5",
"sponsorkit": "^0.16.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"wrangler": "^3.83.0"
"wrangler": "^3.85.0"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "3.14.0",
"@nuxt/schema": "3.14.159",
"@nuxt/test-utils": "^3.14.3",
"@nuxtjs/i18n": "^9.0.0",
"@vue/test-utils": "^2.4.6",
Expand All @@ -70,7 +70,7 @@
"execa": "^9.5.1",
"happy-dom": "^15.8.0",
"nitropack": "^2.10.2",
"nuxt": "3.14.0",
"nuxt": "3.14.159",
"typescript": "5.6.3",
"vitest": "^2.1.2"
},
Expand All @@ -87,8 +87,8 @@
}
},
"resolutions": {
"@nuxt/kit": "3.14.0",
"nuxt": "3.14.0",
"@nuxt/kit": "3.14.159",
"nuxt": "3.14.159",
"ofetch": "1.4.1",
"tailwindcss": "4.0.0-alpha.24",
"vue": "3.5.12",
Expand Down
Loading

0 comments on commit 3cbacd4

Please sign in to comment.