chore: update dependencies and devDependencies in package.json

- Removed outdated dependencies: @ai-sdk/mcp and @ai-sdk/vue
- Updated @iconify-json/devicon to 1.2.54
- Updated @iconify-json/twemoji to 1.2.5
- Updated vue-tsc to 3.2.1
This commit is contained in:
2025-12-22 19:38:40 +01:00
parent 6e28fdd17a
commit cffa2e20fe
2 changed files with 48 additions and 50 deletions

View File

@@ -11,8 +11,6 @@
"cf-typegen": "wrangler types"
},
"dependencies": {
"@ai-sdk/mcp": "^0.0.12",
"@ai-sdk/vue": "^2.0.115",
"@libsql/client": "^0.15.15",
"@modelcontextprotocol/sdk": "^1.25.1",
"@nuxt/content": "3.9.0",
@@ -22,27 +20,25 @@
"@nuxtjs/mdc": "^0.19.1",
"@vueuse/core": "^14.1.0",
"@vueuse/math": "^14.1.0",
"ai": "5.0.115",
"drizzle-kit": "^0.31.8",
"drizzle-orm": "^0.45.1",
"nuxt": "4.2.2",
"nuxt-studio": "1.0.0-alpha.4",
"vue": "3.5.26",
"vue-router": "4.6.4",
"workers-ai-provider": "^2.0.0",
"zod": "^4.2.1"
},
"devDependencies": {
"@iconify-json/devicon": "1.2.53",
"@iconify-json/devicon": "1.2.54",
"@iconify-json/logos": "^1.2.10",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/twemoji": "^1.2.4",
"@iconify-json/twemoji": "1.2.5",
"@iconify-json/vscode-icons": "1.2.37",
"@types/node": "25.0.3",
"@vueuse/nuxt": "14.1.0",
"eslint": "9.39.2",
"typescript": "^5.9.3",
"vue-tsc": "3.1.8",
"vue-tsc": "3.2.1",
"wrangler": "4.56.0"
}
}