Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v6
with:
version: 10.33.3
version: 10.33.4

- uses: actions/setup-node@v6
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v6
with:
version: 10.33.3
version: 10.33.4
- uses: actions/setup-node@v6
with:
node-version: 22
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v6
with:
version: 10.33.3
version: 10.33.4
- uses: actions/setup-node@v6
with:
node-version: 22
Expand All @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v6
with:
version: 10.33.3
version: 10.33.4
- uses: actions/setup-node@v6
with:
node-version: 22
Expand All @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v6
with:
version: 10.33.3
version: 10.33.4
- uses: actions/setup-node@v6
with:
node-version: 22
Expand All @@ -92,7 +92,7 @@ jobs:
fetch-depth: 0
- uses: pnpm/action-setup@v6
with:
version: 10.33.3
version: 10.33.4
- uses: actions/setup-node@v6
with:
node-version: 22
Expand Down
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"eval:ui": "evalite watch"
},
"dependencies": {
"@ai-sdk/mcp": "^1.0.39",
"@ai-sdk/mcp": "^1.0.41",
"@nuxtjs/mcp-toolkit": "workspace:*",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"@nuxt/ui": "^4.7.1",
"better-sqlite3": "^12.9.0",
"docus": "^5.10.0",
"docus": "^5.11.0",
"minimark": "^1.0.0",
"motion-v": "^2.2.1",
"nuxt": "^4.4.4",
"nuxt-studio": "^1.7.0",
"shaders": "^2.5.113"
"shaders": "^2.5.117"
},
"devDependencies": {
"@nuxt/eslint-config": "^1.15.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/mcp-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"type": "module",
"description": "Minimal Nuxt app with @nuxtjs/mcp-toolkit — copy, run, extend with tools, resources, and prompts",
"packageManager": "pnpm@10.33.3",
"packageManager": "pnpm@10.33.4",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-modules/mcp-toolkit.git",
Expand Down
14 changes: 7 additions & 7 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@
"db:migrate": "nuxt db migrate"
},
"dependencies": {
"@ai-sdk/mcp": "^1.0.39",
"@better-auth/api-key": "^1.6.9",
"@ai-sdk/mcp": "^1.0.41",
"@better-auth/api-key": "^1.6.10",
"@electric-sql/pglite": "^0.4.5",
"@modelcontextprotocol/sdk": "^1.29.0",
"@nuxt/ui": "^4.7.1",
"@nuxthub/core": "^0.10.7",
"@nuxtjs/mcp-toolkit": "workspace:*",
"ai": "^6.0.175",
"better-auth": "^1.6.9",
"ai": "^6.0.177",
"better-auth": "^1.6.10",
"drizzle-orm": "^0.45.2",
"evlog": "^2.15.0",
"evlog": "^2.17.0",
"nuxt": "^4.4.4",
"secure-exec": ">=0.2.1",
"zod": "^4.1.13"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.105",
"@iconify-json/simple-icons": "^1.2.80",
"@iconify-json/lucide": "^1.2.106",
"@iconify-json/simple-icons": "^1.2.81",
"@nuxt/eslint-config": "^1.15.2",
"drizzle-kit": "^0.31.10",
"eslint": "^9.39.4"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"author": "Hugo Richard <hugo.richard@vercel.com>",
"license": "MIT",
"packageManager": "pnpm@10.33.3",
"packageManager": "pnpm@10.33.4",
"scripts": {
"dev": "turbo run dev --filter=@nuxtjs/mcp-toolkit-playground",
"dev:starter": "turbo run dev --filter=@nuxtjs/mcp-toolkit-starter",
Expand All @@ -32,11 +32,11 @@
"release": "turbo run build --filter=@nuxtjs/mcp-toolkit && changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.31.0",
"@nuxt/eslint-config": "^1.15.2",
"eslint": "^9.39.4",
"turbo": "^2.9.9",
"turbo": "^2.9.12",
"typescript": "~6.0.3"
},
"workspaces": [
Expand Down
12 changes: 6 additions & 6 deletions packages/nuxt-mcp-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
"vite-plugin-singlefile": "^2.3.3"
},
"peerDependencies": {
"@vue/compiler-sfc": "^3.5.33",
"@vue/compiler-sfc": "^3.5.34",
"agents": ">=0.12.3",
"h3": ">=1.15.11",
"secure-exec": ">=0.2.1",
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
"vue": "^3.5.33",
"vue": "^3.5.34",
"zod": "^4.1.13"
},
"peerDependenciesMeta": {
Expand Down Expand Up @@ -102,15 +102,15 @@
"@nuxt/test-utils": "^4.0.3",
"@types/node": "latest",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/compiler-sfc": "^3.5.33",
"@vue/compiler-sfc": "^3.5.34",
"eslint": "^9.39.4",
"evlog": "^2.15.0",
"evlog": "^2.17.0",
"nuxt": "^4.4.4",
"typescript": "~6.0.3",
"vite": "^8.0.10",
"vite": "^8.0.11",
"vite-plugin-singlefile": "^2.3.3",
"vitest": "^4.1.5",
"vue": "^3.5.33",
"vue": "^3.5.34",
"vue-tsc": "^3.2.8"
},
"publishConfig": {
Expand Down
Loading
Loading