diff --git a/bun.lockb b/bun.lockb index ffedba79..ded3a440 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/content/index.md b/content/index.md index 881329a4..b64ddcb3 100644 --- a/content/index.md +++ b/content/index.md @@ -6,7 +6,7 @@ navigation: false ::hero --- announcement: - title: 'Release v0.7.6' + title: 'Release v0.7.7' icon: '🎉' to: https://github.com/ZTL-UwU/shadcn-docs-nuxt/releases/latest target: _blank diff --git a/package.json b/package.json index b34e3393..2f85cdac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shadcn-docs-nuxt", "type": "module", - "version": "0.7.6", + "version": "0.7.7", "description": "Effortless and beautiful docs template built with Nuxt Content & shadcn-vue.", "author": "Tony Zhang ", "license": "MIT", @@ -46,10 +46,10 @@ "lint:fix": "eslint . --fix" }, "dependencies": { - "@iconify-json/lucide": "^1.2.13", + "@iconify-json/lucide": "^1.2.15", "@iconify-json/vscode-icons": "^1.2.2", "@nuxt/content": "^2.13.4", - "@nuxt/icon": "^1.7.2", + "@nuxt/icon": "^1.7.5", "@nuxt/image": "^1.8.1", "@nuxtjs/color-mode": "^3.5.2", "@nuxtjs/tailwindcss": "^6.12.2", @@ -62,17 +62,17 @@ "tailwind-merge": "^2.5.4", "tailwindcss-animate": "^1.0.7", "typescript": "^5.6.3", - "vue": "^3.5.12", + "vue": "^3.5.13", "vue-router": "^4.4.5" }, "devDependencies": { - "@antfu/eslint-config": "^3.8.0", + "@antfu/eslint-config": "^3.9.1", "@nuxt/devtools": "^1.6.0", "@vueuse/core": "^11.2.0", "@vueuse/nuxt": "^11.2.0", - "eslint": "^9.14.0", + "eslint": "^9.15.0", "eslint-plugin-tailwindcss": "^3.17.5", - "shiki": "^1.22.2", + "shiki": "^1.23.0", "vue-tsc": "^2.1.10" } }