chore: update dependencies

This commit is contained in:
Zoe
2026-04-27 12:04:32 -05:00
parent e2e3ac6e86
commit 6ca4de4cab
2 changed files with 893 additions and 559 deletions
+861 -530
View File
File diff suppressed because it is too large Load Diff
+32 -29
View File
@@ -10,54 +10,57 @@
"postinstall": "nuxt prepare" "postinstall": "nuxt prepare"
}, },
"dependencies": { "dependencies": {
"@ai-sdk/cerebras": "^2.0.34", "@ai-sdk/anthropic": "^3.0.71",
"@ai-sdk/cohere": "^3.0.21", "@ai-sdk/cerebras": "^2.0.45",
"@ai-sdk/google": "^3.0.29", "@ai-sdk/cohere": "^3.0.30",
"@ai-sdk/mistral": "^3.0.24", "@ai-sdk/google": "^3.0.61",
"@ai-sdk/openai-compatible": "^2.0.30", "@ai-sdk/mistral": "^3.0.30",
"@aws-sdk/client-s3": "^3.1000.0", "@ai-sdk/openai": "^3.0.52",
"@aws-sdk/s3-request-presigner": "^3.1000.0", "@ai-sdk/openai-compatible": "^2.0.41",
"@aws-sdk/client-s3": "^3.1028.0",
"@aws-sdk/s3-request-presigner": "^3.1028.0",
"@better-auth/drizzle-adapter": "https://pkg.pr.new/better-auth/better-auth/@better-auth/drizzle-adapter@6913", "@better-auth/drizzle-adapter": "https://pkg.pr.new/better-auth/better-auth/@better-auth/drizzle-adapter@6913",
"@floating-ui/vue": "^1.1.10", "@floating-ui/vue": "^1.1.11",
"@iconify-json/mynaui": "^1.2.17", "@iconify-json/mynaui": "^1.2.17",
"@nuxt/fonts": "0.14.0", "@nuxt/fonts": "0.14.0",
"@nuxt/hints": "1.0.0-alpha.5", "@nuxt/hints": "1.0.0-alpha.5",
"@nuxt/icon": "2.2.0", "@nuxt/icon": "2.2.0",
"@openrouter/ai-sdk-provider": "^2.2.3", "@openrouter/ai-sdk-provider": "^2.5.1",
"@sentry/nuxt": "^10.39.0", "@pydantic/monty": "^0.0.17",
"@tanstack/vue-virtual": "^3.13.18", "@sentry/nuxt": "^10.48.0",
"ai": "^6.0.89", "@tanstack/vue-virtual": "^3.13.23",
"ai-sdk-ollama": "^3.7.1", "ai": "^6.0.156",
"better-auth": "^1.4.18", "ai-sdk-ollama": "^3.8.3",
"better-auth": "^1.6.2",
"comlink": "^4.4.2", "comlink": "^4.4.2",
"drizzle-orm": "^1.0.0-beta.15-859cf75", "drizzle-orm": "^1.0.0-beta.21",
"glob": "^13.0.5", "glob": "^13.0.6",
"longcat-ai-sdk-provider": "^0.0.4", "longcat-ai-sdk-provider": "^0.0.4",
"nanoid": "^5.1.6", "nanoid": "^5.1.7",
"nuxt": "^4.3.1", "nuxt": "^4.4.2",
"pg": "^8.19.0", "pg": "^8.20.0",
"rehype-katex": "^7.0.1", "rehype-katex": "^7.0.1",
"remark-breaks": "^4.0.0", "remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1", "remark-gfm": "^4.0.1",
"remark-math": "^6.0.0", "remark-math": "^6.0.0",
"remark-parse": "^11.0.0", "remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2", "remark-rehype": "^11.1.2",
"shiki": "^3.22.0", "shiki": "^3.23.0",
"unified": "^11.0.5", "unified": "^11.0.5",
"vue": "^3.5.28", "vue": "^3.6.0-beta.10",
"vue-router": "^5.0.3", "vue-router": "^5.0.4",
"zod": "^4.3.6" "zod": "^4.3.6"
}, },
"devDependencies": { "devDependencies": {
"@iconify-json/logos": "^1.2.10", "@iconify-json/logos": "^1.2.11",
"@iconify-json/svg-spinners": "^1.2.4", "@iconify-json/svg-spinners": "^1.2.4",
"@iconify-json/tabler": "^1.2.26", "@iconify-json/tabler": "^1.2.33",
"@types/node": "^25.3.0", "@types/node": "^25.6.0",
"@types/pg": "^8.18.0", "@types/pg": "^8.20.0",
"@unocss/nuxt": "^66.6.0", "@unocss/nuxt": "^66.6.8",
"drizzle-kit": "^1.0.0-beta.15-859cf75", "drizzle-kit": "^1.0.0-beta.21",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"unocss": "^66.6.0" "unocss": "^66.6.8"
}, },
"trustedDependencies": [ "trustedDependencies": [
"@parcel/watcher", "@parcel/watcher",