diff --git a/bun.lockb b/bun.lockb index eb83922..e5ac0d6 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 6276b10..e01ca58 100644 --- a/package.json +++ b/package.json @@ -11,13 +11,13 @@ "pages:deploy": "nuxi build --preset=cloudflare_pages && wrangler pages deploy dist/" }, "dependencies": { - "nuxt": "^3.15.0", - "shadcn-docs-nuxt": "^0.8.7", + "nuxt": "^3.16.1", + "shadcn-docs-nuxt": "^0.8.21", "vue": "^3.5.13", "vue-router": "^4.5.0" }, "devDependencies": { - "wrangler": "^3.99.0", + "wrangler": "^4.6.0", "unenv": "^1.10.0" } }