diff --git a/bun.lockb b/bun.lockb index ded3a440..0d57adf4 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/content/index.md b/content/index.md index b64ddcb3..2e5b8b3c 100644 --- a/content/index.md +++ b/content/index.md @@ -6,7 +6,7 @@ navigation: false ::hero --- announcement: - title: 'Release v0.7.7' + title: 'Release v0.7.8' icon: '🎉' to: https://github.com/ZTL-UwU/shadcn-docs-nuxt/releases/latest target: _blank diff --git a/package.json b/package.json index 2f85cdac..ff0391c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shadcn-docs-nuxt", "type": "module", - "version": "0.7.7", + "version": "0.7.8", "description": "Effortless and beautiful docs template built with Nuxt Content & shadcn-vue.", "author": "Tony Zhang ", "license": "MIT", @@ -49,7 +49,7 @@ "@iconify-json/lucide": "^1.2.15", "@iconify-json/vscode-icons": "^1.2.2", "@nuxt/content": "^2.13.4", - "@nuxt/icon": "^1.7.5", + "@nuxt/icon": "^1.8.1", "@nuxt/image": "^1.8.1", "@nuxtjs/color-mode": "^3.5.2", "@nuxtjs/tailwindcss": "^6.12.2", @@ -57,8 +57,8 @@ "clsx": "^2.1.1", "nuxt": "^3.14.159", "nuxt-og-image": "^3.0.8", - "radix-vue": "^1.9.9", - "shadcn-nuxt": "^0.11.2", + "radix-vue": "^1.9.10", + "shadcn-nuxt": "^0.11.3", "tailwind-merge": "^2.5.4", "tailwindcss-animate": "^1.0.7", "typescript": "^5.6.3", @@ -66,13 +66,13 @@ "vue-router": "^4.4.5" }, "devDependencies": { - "@antfu/eslint-config": "^3.9.1", + "@antfu/eslint-config": "^3.9.2", "@nuxt/devtools": "^1.6.0", "@vueuse/core": "^11.2.0", "@vueuse/nuxt": "^11.2.0", "eslint": "^9.15.0", "eslint-plugin-tailwindcss": "^3.17.5", - "shiki": "^1.23.0", + "shiki": "^1.23.1", "vue-tsc": "^2.1.10" } }