Skip to content

Commit 4d56f6d

Browse files
chore(deps): update all non-major dependencies (v3) (#4657)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Canac <[email protected]>
1 parent 3f90471 commit 4d56f6d

File tree

5 files changed

+844
-453
lines changed

5 files changed

+844
-453
lines changed

docs/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
},
1111
"dependencies": {
1212
"@ai-sdk/vue": "^1.2.12",
13-
"@iconify-json/logos": "^1.2.5",
14-
"@iconify-json/lucide": "^1.2.58",
15-
"@iconify-json/simple-icons": "^1.2.44",
16-
"@iconify-json/vscode-icons": "^1.2.23",
13+
"@iconify-json/logos": "^1.2.9",
14+
"@iconify-json/lucide": "^1.2.62",
15+
"@iconify-json/simple-icons": "^1.2.47",
16+
"@iconify-json/vscode-icons": "^1.2.29",
1717
"@nuxt/content": "^3.6.3",
18-
"@nuxt/image": "^1.10.0",
18+
"@nuxt/image": "^1.11.0",
1919
"@nuxt/ui": "workspace:*",
2020
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@72b817f",
2121
"@nuxthub/core": "^0.9.0",
@@ -29,9 +29,9 @@
2929
"capture-website": "^4.2.0",
3030
"joi": "^17.13.3",
3131
"maska": "^3.2.0",
32-
"motion-v": "^1.6.1",
32+
"motion-v": "^1.7.0",
3333
"nuxt": "^4.0.3",
34-
"nuxt-component-meta": "^0.13.0",
34+
"nuxt-component-meta": "^0.13.1",
3535
"nuxt-llms": "^0.1.3",
3636
"nuxt-og-image": "^5.1.9",
3737
"prettier": "^3.6.2",
@@ -42,10 +42,10 @@
4242
"ufo": "^1.6.1",
4343
"valibot": "^1.1.0",
4444
"workers-ai-provider": "^0.7.2",
45-
"yup": "^1.6.1",
46-
"zod": "^4.0.13"
45+
"yup": "^1.7.0",
46+
"zod": "^4.0.17"
4747
},
4848
"devDependencies": {
49-
"wrangler": "^4.26.1"
49+
"wrangler": "^4.28.1"
5050
}
5151
}

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": "3.3.0",
5-
"packageManager": "pnpm@10.13.1",
5+
"packageManager": "pnpm@10.14.0",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/nuxt/ui.git"
@@ -123,7 +123,7 @@
123123
"@tailwindcss/postcss": "^4.1.11",
124124
"@tailwindcss/vite": "^4.1.11",
125125
"@tanstack/vue-table": "^8.21.3",
126-
"@unhead/vue": "^2.0.12",
126+
"@unhead/vue": "^2.0.14",
127127
"@vueuse/core": "^13.6.0",
128128
"@vueuse/integrations": "^13.6.0",
129129
"colortranslator": "^5.0.0",
@@ -156,13 +156,13 @@
156156
"vue-component-type-helpers": "^3.0.5"
157157
},
158158
"devDependencies": {
159-
"@nuxt/eslint-config": "^1.7.1",
159+
"@nuxt/eslint-config": "^1.8.0",
160160
"@nuxt/module-builder": "^1.0.1",
161161
"@nuxt/test-utils": "^3.19.2",
162162
"@release-it/conventional-changelog": "^10.0.1",
163163
"@vue/test-utils": "^2.4.6",
164164
"embla-carousel": "^8.6.0",
165-
"eslint": "^9.32.0",
165+
"eslint": "^9.33.0",
166166
"happy-dom": "^18.0.1",
167167
"nuxt": "^4.0.3",
168168
"release-it": "^19.0.4",

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.18",
1515
"vue-router": "^4.5.1",
16-
"zod": "^4.0.13"
16+
"zod": "^4.0.17"
1717
},
1818
"devDependencies": {
1919
"@vitejs/plugin-vue": "^6.0.1",

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.58",
13-
"@iconify-json/simple-icons": "^1.2.44",
12+
"@iconify-json/lucide": "^1.2.62",
13+
"@iconify-json/simple-icons": "^1.2.47",
1414
"@internationalized/date": "^3.8.2",
1515
"@nuxt/ui": "workspace:*",
1616
"@nuxthub/core": "^0.9.0",
1717
"nuxt": "^4.0.3",
18-
"zod": "^4.0.13"
18+
"zod": "^4.0.17"
1919
},
2020
"devDependencies": {
2121
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)