chore: bump nuxt and other dependencies

This commit is contained in:
AnotiaWang
2025-03-09 21:24:36 +08:00
parent 72ea01b380
commit e5b3cdda76
3 changed files with 2114 additions and 1024 deletions

View File

@ -14,40 +14,40 @@
"lint": "prettier --check app server utils lib"
},
"dependencies": {
"@ai-sdk/deepseek": "^0.1.10",
"@ai-sdk/openai": "^1.1.11",
"@ai-sdk/ui-utils": "^1.1.14",
"@ai-sdk/vue": "^1.1.17",
"@ai-sdk/deepseek": "^0.1.13",
"@ai-sdk/openai": "^1.2.1",
"@ai-sdk/ui-utils": "^1.1.17",
"@ai-sdk/vue": "^1.1.20",
"@dagrejs/dagre": "^1.1.4",
"@iconify-json/lucide": "^1.2.26",
"@mendable/firecrawl-js": "^1.17.0",
"@iconify-json/lucide": "^1.2.28",
"@mendable/firecrawl-js": "^1.19.0",
"@nuxt/ui": "3.0.0-alpha.12",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "9.2.0",
"@openrouter/ai-sdk-provider": "^0.2.1",
"@nuxtjs/i18n": "9.3.1",
"@openrouter/ai-sdk-provider": "^0.4.3",
"@pinia/nuxt": "^0.10.1",
"@tailwindcss/typography": "^0.5.16",
"@tavily/core": "^0.3.1",
"@vue-flow/background": "^1.3.2",
"@vue-flow/controls": "^1.1.2",
"@vue-flow/core": "^1.42.1",
"ai": "^4.1.41",
"@vue-flow/core": "^1.42.2",
"ai": "^4.1.54",
"js-tiktoken": "^1.0.19",
"marked": "^15.0.7",
"nuxt": "^3.15.4",
"nuxt": "^3.16.0",
"p-limit": "^6.2.0",
"pinia": "^3.0.1",
"print-js": "^1.6.0",
"semver": "^7.7.1",
"tailwindcss": "^4.0.5",
"tailwindcss": "^4.0.12",
"vue": "latest",
"vue-router": "latest",
"zod": "^3.24.2",
"zod-to-json-schema": "^3.24.1"
"zod-to-json-schema": "^3.24.3"
},
"devDependencies": {
"@vueuse/core": "^12.7.0",
"@vueuse/nuxt": "^12.7.0",
"@vueuse/core": "^12.8.2",
"@vueuse/nuxt": "^12.8.2",
"prettier": "^3.5.2"
}
}