diff --git a/bun.lockb b/bun.lockb index da2f1e56..dc862a37 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/content/index.md b/content/index.md index bd32e740..88b6d99d 100644 --- a/content/index.md +++ b/content/index.md @@ -6,7 +6,7 @@ navigation: false ::hero --- announcement: - title: 'Release v0.4.7' + title: 'Release v0.4.8' icon: 'noto:party-popper' to: /getting-started/changelog actions: diff --git a/package.json b/package.json index ec700539..128a89c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shadcn-docs-nuxt", "type": "module", - "version": "0.4.7", + "version": "0.4.8", "author": "Tony Zhang ", "license": "MIT", "homepage": "https://shadcn-docs.nuxt.dev/", @@ -49,13 +49,13 @@ "tailwind-merge": "^2.4.0", "tailwindcss-animate": "^1.0.7", "typescript": "^5.5.4", - "vue": "^3.4.36", + "vue": "^3.4.37", "vue-router": "^4.4.3" }, "devDependencies": { - "@antfu/eslint-config": "^2.24.1", - "@vueuse/core": "^10.11.0", - "@vueuse/nuxt": "^10.11.0", + "@antfu/eslint-config": "^2.25.0", + "@vueuse/core": "^10.11.1", + "@vueuse/nuxt": "^10.11.1", "eslint": "^9.8.0", "shiki": "^1.12.1", "vue-tsc": "^2.0.29"