Skip to content

Commit 118b574

Browse files
chore(deps): update all non-major dependencies
1 parent c744d6f commit 118b574

File tree

5 files changed

+90
-90
lines changed

5 files changed

+90
-90
lines changed

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"typecheck": "nuxt typecheck"
1010
},
1111
"dependencies": {
12-
"@ai-sdk/gateway": "^1.0.33",
13-
"@ai-sdk/vue": "^2.0.60",
12+
"@ai-sdk/gateway": "^1.0.34",
13+
"@ai-sdk/vue": "^2.0.61",
1414
"@iconify-json/logos": "^1.2.9",
15-
"@iconify-json/lucide": "^1.2.68",
15+
"@iconify-json/lucide": "^1.2.69",
1616
"@iconify-json/simple-icons": "^1.2.54",
17-
"@iconify-json/vscode-icons": "^1.2.30",
17+
"@iconify-json/vscode-icons": "^1.2.31",
1818
"@modelcontextprotocol/sdk": "^1.19.1",
1919
"shiki-stream": "^0.1.2",
2020
"@nuxt/content": "^3.7.1",
@@ -26,7 +26,7 @@
2626
"@vercel/speed-insights": "^1.2.0",
2727
"@vueuse/integrations": "^13.9.0",
2828
"@vueuse/nuxt": "^13.9.0",
29-
"ai": "^5.0.60",
29+
"ai": "^5.0.61",
3030
"better-sqlite3": "^12.4.1",
3131
"capture-website": "^5.0.1",
3232
"joi": "^18.0.1",
@@ -44,6 +44,6 @@
4444
"ufo": "^1.6.1",
4545
"valibot": "^1.1.0",
4646
"yup": "^1.7.1",
47-
"zod": "^4.1.11"
47+
"zod": "^4.1.12"
4848
}
4949
}

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.0.1",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].1",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/nuxt/ui.git"
@@ -111,7 +111,7 @@
111111
"release": "release-it"
112112
},
113113
"dependencies": {
114-
"@ai-sdk/vue": "^2.0.60",
114+
"@ai-sdk/vue": "^2.0.61",
115115
"@iconify/vue": "^5.0.0",
116116
"@internationalized/date": "^3.10.0",
117117
"@internationalized/number": "^3.6.5",
@@ -124,7 +124,7 @@
124124
"@tailwindcss/postcss": "^4.1.14",
125125
"@tailwindcss/vite": "^4.1.14",
126126
"@tanstack/vue-table": "^8.21.3",
127-
"@unhead/vue": "^2.0.17",
127+
"@unhead/vue": "^2.0.19",
128128
"@vueuse/core": "^13.9.0",
129129
"@vueuse/integrations": "^13.9.0",
130130
"colortranslator": "^5.0.0",
@@ -164,7 +164,7 @@
164164
"@nuxt/test-utils": "^3.19.2",
165165
"@release-it/conventional-changelog": "^10.0.1",
166166
"@vue/test-utils": "^2.4.6",
167-
"ai": "^5.0.60",
167+
"ai": "^5.0.61",
168168
"embla-carousel": "^8.6.0",
169169
"eslint": "^9.37.0",
170170
"happy-dom": "^19.0.2",

playgrounds/nuxt/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"typecheck": "nuxt typecheck"
1010
},
1111
"dependencies": {
12-
"@ai-sdk/gateway": "^1.0.33",
13-
"@ai-sdk/vue": "^2.0.60",
14-
"@iconify-json/lucide": "^1.2.68",
12+
"@ai-sdk/gateway": "^1.0.34",
13+
"@ai-sdk/vue": "^2.0.61",
14+
"@iconify-json/lucide": "^1.2.69",
1515
"@iconify-json/simple-icons": "^1.2.54",
1616
"@internationalized/date": "^3.10.0",
1717
"@nuxt/ui": "workspace:*",
18-
"ai": "^5.0.60",
18+
"ai": "^5.0.61",
1919
"nuxt": "^4.1.2",
20-
"zod": "^4.1.11"
20+
"zod": "^4.1.12"
2121
},
2222
"devDependencies": {
2323
"typescript": "^5.8.3",

playgrounds/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@nuxt/ui": "workspace:*",
1414
"vue": "^3.5.22",
1515
"vue-router": "^4.5.1",
16-
"zod": "^4.1.11"
16+
"zod": "^4.1.12"
1717
},
1818
"devDependencies": {
1919
"@vitejs/plugin-vue": "^6.0.1",

0 commit comments

Comments
 (0)