Skip to content

Commit 93dff32

Browse files
chore(deps): update all non-major dependencies (v3) (#4479)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5da9084 commit 93dff32

File tree

5 files changed

+231
-298
lines changed

5 files changed

+231
-298
lines changed

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@ai-sdk/vue": "^1.2.12",
1313
"@iconify-json/logos": "^1.2.4",
14-
"@iconify-json/lucide": "^1.2.56",
15-
"@iconify-json/simple-icons": "^1.2.42",
14+
"@iconify-json/lucide": "^1.2.57",
15+
"@iconify-json/simple-icons": "^1.2.43",
1616
"@iconify-json/vscode-icons": "^1.2.23",
1717
"@nuxt/content": "^3.6.3",
1818
"@nuxt/image": "^1.10.0",
@@ -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: 2 additions & 2 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": "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"
@@ -161,7 +161,7 @@
161161
"@release-it/conventional-changelog": "^10.0.1",
162162
"@vue/test-utils": "^2.4.6",
163163
"embla-carousel": "^8.6.0",
164-
"eslint": "^9.30.1",
164+
"eslint": "^9.31.0",
165165
"happy-dom": "^18.0.1",
166166
"nuxt": "^3.17.7",
167167
"release-it": "^19.0.3",

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: 3 additions & 3 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",
13-
"@iconify-json/simple-icons": "^1.2.42",
12+
"@iconify-json/lucide": "^1.2.57",
13+
"@iconify-json/simple-icons": "^1.2.43",
1414
"@internationalized/date": "^3.8.2",
1515
"@nuxt/ui": "workspace:*",
1616
"@nuxthub/core": "^0.9.0",
1717
"nuxt": "^3.17.7",
18-
"zod": "^3.25.75"
18+
"zod": "^3.25.76"
1919
},
2020
"devDependencies": {
2121
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)