Skip to content

Commit

Permalink
fix: upgrade nuxt-og-image
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Jan 21, 2025
1 parent 9aa194c commit 7e7ffb0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ navigation: false
::hero
---
announcement:
title: 'Release v0.8.11'
title: 'Release v0.8.12'
icon: '🎉'
to: https://github.com/ZTL-UwU/shadcn-docs-nuxt/releases/latest
target: _blank
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shadcn-docs-nuxt",
"type": "module",
"version": "0.8.11",
"version": "0.8.12",
"description": "Effortless and beautiful docs template built with Nuxt Content & shadcn-vue.",
"author": "Tony Zhang <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -56,7 +56,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"nuxt": "^3.15.2",
"nuxt-og-image": "^4.0.3",
"nuxt-og-image": "^4.1.2",
"radix-vue": "^1.9.12",
"shadcn-nuxt": "^0.11.3",
"tailwind-merge": "^2.6.0",
Expand All @@ -66,14 +66,14 @@
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.14.0",
"@antfu/eslint-config": "^3.15.0",
"@nuxt/devtools": "^1.7.0",
"@nuxt/kit": "^3.15.2",
"@vueuse/core": "^12.4.0",
"@vueuse/nuxt": "^12.4.0",
"eslint": "^9.18.0",
"eslint-plugin-tailwindcss": "^3.18.0",
"shiki": "^1.27.2",
"shiki": "^2.0.3",
"vue-tsc": "^2.2.0"
}
}

0 comments on commit 7e7ffb0

Please sign in to comment.