Skip to content

Commit 8a5f8d1

Browse files
chore(deps): update all non-major dependencies
1 parent 55e06e9 commit 8a5f8d1

File tree

5 files changed

+131
-190
lines changed

5 files changed

+131
-190
lines changed

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@ai-sdk/vue": "^1.2.12",
1313
"@iconify-json/logos": "^1.2.4",
14-
"@iconify-json/lucide": "^1.2.56",
14+
"@iconify-json/lucide": "^1.2.57",
1515
"@iconify-json/simple-icons": "^1.2.42",
1616
"@iconify-json/vscode-icons": "^1.2.23",
1717
"@nuxt/content": "^3.6.3",
@@ -24,7 +24,7 @@
2424
"@rollup/plugin-yaml": "^4.1.2",
2525
"@vueuse/integrations": "^13.5.0",
2626
"@vueuse/nuxt": "^13.5.0",
27-
"ai": "^4.3.16",
27+
"ai": "^4.3.17",
2828
"better-sqlite3": "^12.2.0",
2929
"capture-website": "^4.2.0",
3030
"joi": "^17.13.3",
@@ -40,11 +40,11 @@
4040
"superstruct": "^2.0.2",
4141
"ufo": "^1.6.1",
4242
"valibot": "^1.1.0",
43-
"workers-ai-provider": "^0.7.1",
43+
"workers-ai-provider": "^0.7.2",
4444
"yup": "^1.6.1",
45-
"zod": "^3.25.75"
45+
"zod": "^3.25.76"
4646
},
4747
"devDependencies": {
48-
"wrangler": "^4.23.0"
48+
"wrangler": "^4.24.3"
4949
}
5050
}

package.json

Lines changed: 1 addition & 1 deletion
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": "3.2.0",
5-
"packageManager": "pnpm@10.12.4",
5+
"packageManager": "pnpm@10.13.1",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/nuxt/ui.git"

playground-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.17",
1515
"vue-router": "^4.5.1",
16-
"zod": "^3.25.75"
16+
"zod": "^3.25.76"
1717
},
1818
"devDependencies": {
1919
"@vitejs/plugin-vue": "^5.2.4",

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"typecheck": "nuxt typecheck"
1010
},
1111
"dependencies": {
12-
"@iconify-json/lucide": "^1.2.56",
12+
"@iconify-json/lucide": "^1.2.57",
1313
"@iconify-json/simple-icons": "^1.2.42",
1414
"@internationalized/date": "^3.8.2",
1515
"@nuxt/ui": "workspace:*",
1616
"@nuxthub/core": "^0.9.0",
1717
"nuxt": "^3.17.6",
18-
"zod": "^3.25.75"
18+
"zod": "^3.25.76"
1919
},
2020
"devDependencies": {
2121
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)