diff --git a/bun.lockb b/bun.lockb index 0d57adf4..13c47ed6 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/content/index.md b/content/index.md index 2da56b4c..968ed176 100644 --- a/content/index.md +++ b/content/index.md @@ -6,7 +6,7 @@ navigation: false ::hero --- announcement: - title: 'Release v0.7.9' + title: 'Release v0.8.0' icon: '🎉' to: https://github.com/ZTL-UwU/shadcn-docs-nuxt/releases/latest target: _blank diff --git a/package.json b/package.json index 38f86ce4..944a1e64 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shadcn-docs-nuxt", "type": "module", - "version": "0.7.9", + "version": "0.8.0", "description": "Effortless and beautiful docs template built with Nuxt Content & shadcn-vue.", "author": "Tony Zhang ", "license": "MIT", @@ -49,27 +49,28 @@ "@iconify-json/lucide": "^1.2.15", "@iconify-json/vscode-icons": "^1.2.2", "@nuxt/content": "^2.13.4", - "@nuxt/icon": "^1.8.1", + "@nuxt/icon": "^1.8.2", "@nuxt/image": "^1.8.1", "@nuxtjs/color-mode": "^3.5.2", "@nuxtjs/tailwindcss": "^6.12.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "nuxt": "^3.14.159", - "nuxt-og-image": "^3.0.8", + "nuxt": "^3.14.1592", + "nuxt-og-image": "^3.1.0", "radix-vue": "^1.9.10", "shadcn-nuxt": "^0.11.3", "tailwind-merge": "^2.5.4", "tailwindcss-animate": "^1.0.7", - "typescript": "^5.6.3", + "typescript": "^5.7.2", "vue": "^3.5.13", "vue-router": "^4.4.5" }, "devDependencies": { "@antfu/eslint-config": "^3.9.2", - "@nuxt/devtools": "^1.6.0", - "@vueuse/core": "^11.2.0", - "@vueuse/nuxt": "^11.2.0", + "@nuxt/devtools": "^1.6.1", + "@nuxt/kit": "^3.14.1592", + "@vueuse/core": "^11.3.0", + "@vueuse/nuxt": "^11.3.0", "eslint": "^9.15.0", "eslint-plugin-tailwindcss": "^3.17.5", "shiki": "^1.23.1",