diff --git a/bun.lockb b/bun.lockb index 13ccc56..d8ddd05 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 482edb4..be5f32e 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.12.2", - "shadcn-docs-nuxt": "0.4.0", - "vue": "^3.4.31", - "vue-router": "^4.4.0" + "nuxt": "^3.13.2", + "shadcn-docs-nuxt": "0.5.0", + "vue": "^3.5.11", + "vue-router": "^4.4.5" }, "devDependencies": { - "wrangler": "^3.63.2", - "unenv": "^1.9.0" + "wrangler": "^3.80.0", + "unenv": "^1.10.0" } }