Skip to content

Commit 75fa538

Browse files
chore(deps): update all non-major dependencies
1 parent 0a6c24e commit 75fa538

File tree

5 files changed

+129
-162
lines changed

5 files changed

+129
-162
lines changed

docs/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"typecheck": "nuxt typecheck"
1010
},
1111
"dependencies": {
12-
"@ai-sdk/gateway": "^3.0.2",
13-
"@ai-sdk/mcp": "^1.0.1",
14-
"@ai-sdk/vue": "^3.0.3",
12+
"@ai-sdk/gateway": "^3.0.5",
13+
"@ai-sdk/mcp": "^1.0.2",
14+
"@ai-sdk/vue": "^3.0.6",
1515
"@iconify-json/logos": "^1.2.10",
1616
"@iconify-json/lucide": "^1.2.82",
1717
"@iconify-json/simple-icons": "^1.2.64",
@@ -20,23 +20,23 @@
2020
"@nuxt/content": "^3.10.0",
2121
"@nuxt/image": "^2.0.0",
2222
"@nuxt/ui": "workspace:*",
23-
"@nuxtjs/mcp-toolkit": "^0.6.0",
23+
"@nuxtjs/mcp-toolkit": "^0.6.1",
2424
"@nuxtjs/plausible": "^2.0.1",
2525
"@tiptap/extension-emoji": "^3.14.0",
2626
"@tiptap/extension-text-align": "^3.14.0",
2727
"@octokit/rest": "^22.0.1",
28-
"@regle/core": "^1.14.7",
29-
"@regle/rules": "^1.14.7",
28+
"@regle/core": "^1.16.0",
29+
"@regle/rules": "^1.16.0",
3030
"@vercel/analytics": "^1.6.1",
3131
"@vercel/speed-insights": "^1.3.1",
3232
"@vueuse/integrations": "^14.1.0",
3333
"@vueuse/nuxt": "^14.1.0",
34-
"ai": "^6.0.3",
34+
"ai": "^6.0.6",
3535
"better-sqlite3": "^12.5.0",
3636
"capture-website": "^5.1.0",
3737
"joi": "^18.0.2",
3838
"maska": "^3.2.0",
39-
"motion-v": "^1.7.3",
39+
"motion-v": "^1.7.5",
4040
"nuxt": "^4.2.2",
4141
"nuxt-component-meta": "^0.16.0",
4242
"nuxt-llms": "^0.1.3",
@@ -50,6 +50,6 @@
5050
"ufo": "^1.6.1",
5151
"valibot": "^1.2.0",
5252
"yup": "^1.7.1",
53-
"zod": "^4.2.1"
53+
"zod": "^4.3.5"
5454
}
5555
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxt/ui",
33
"description": "A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.",
44
"version": "4.3.0",
5-
"packageManager": "pnpm@10.26.2",
5+
"packageManager": "pnpm@10.27.0",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/nuxt/ui.git"
@@ -132,7 +132,7 @@
132132
"@tailwindcss/postcss": "^4.1.18",
133133
"@tailwindcss/vite": "^4.1.18",
134134
"@tanstack/vue-table": "^8.21.3",
135-
"@tanstack/vue-virtual": "^3.13.13",
135+
"@tanstack/vue-virtual": "^3.13.16",
136136
"@tiptap/core": "^3.14.0",
137137
"@tiptap/extension-bubble-menu": "^3.14.0",
138138
"@tiptap/extension-collaboration": "^3.14.0",
@@ -167,7 +167,7 @@
167167
"knitwork": "^1.3.0",
168168
"magic-string": "^0.30.21",
169169
"mlly": "^1.8.0",
170-
"motion-v": "^1.7.3",
170+
"motion-v": "^1.7.5",
171171
"ohash": "^2.0.11",
172172
"pathe": "^2.0.3",
173173
"reka-ui": "2.7.0",
@@ -188,7 +188,7 @@
188188
"@nuxt/test-utils": "^3.21.0",
189189
"@release-it/conventional-changelog": "^10.0.4",
190190
"@vue/test-utils": "^2.4.6",
191-
"ai": "^6.0.3",
191+
"ai": "^6.0.6",
192192
"embla-carousel": "^8.6.0",
193193
"eslint": "^9.39.2",
194194
"happy-dom": "^20.0.11",

playgrounds/nuxt/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"typecheck": "nuxt typecheck"
1010
},
1111
"dependencies": {
12-
"@ai-sdk/gateway": "^3.0.2",
13-
"@ai-sdk/vue": "^3.0.3",
12+
"@ai-sdk/gateway": "^3.0.5",
13+
"@ai-sdk/vue": "^3.0.6",
1414
"@iconify-json/lucide": "^1.2.82",
1515
"@iconify-json/simple-icons": "^1.2.64",
1616
"@internationalized/date": "^3.10.1",
1717
"@nuxt/ui": "workspace:*",
1818
"@tiptap/extension-emoji": "^3.14.0",
1919
"@tiptap/extension-text-align": "^3.14.0",
20-
"ai": "^6.0.3",
20+
"ai": "^6.0.6",
2121
"nuxt": "^4.2.2",
22-
"zod": "^4.2.1"
22+
"zod": "^4.3.5"
2323
},
2424
"devDependencies": {
2525
"typescript": "^5.8.3",

playgrounds/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@tiptap/extension-text-align": "^3.14.0",
1616
"vue": "^3.5.25",
1717
"vue-router": "^4.6.3",
18-
"zod": "^4.2.1"
18+
"zod": "^4.3.5"
1919
},
2020
"devDependencies": {
2121
"@vitejs/plugin-vue": "^6.0.2",

0 commit comments

Comments
 (0)