Skip to content

Commit 224cf36

Browse files
chore(deps): update all non-major dependencies (v3) (#5684)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f6d0ba1 commit 224cf36

File tree

5 files changed

+134
-647
lines changed

5 files changed

+134
-647
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"ufo": "^1.6.1",
4343
"valibot": "^1.2.0",
4444
"yup": "^1.7.1",
45-
"zod": "^4.2.0"
45+
"zod": "^4.2.1"
4646
}
4747
}

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.7",
5-
"packageManager": "pnpm@10.25.0",
5+
"packageManager": "pnpm@10.26.0",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/nuxt/ui.git"
@@ -112,14 +112,14 @@
112112
},
113113
"dependencies": {
114114
"@iconify/vue": "^5.0.0",
115-
"@internationalized/date": "^3.10.0",
115+
"@internationalized/date": "^3.10.1",
116116
"@internationalized/number": "^3.6.5",
117117
"@nuxt/fonts": "^0.12.1",
118118
"@nuxt/icon": "^1.15.0",
119119
"@nuxt/kit": "^4.2.2",
120120
"@nuxt/schema": "^4.2.2",
121121
"@nuxtjs/color-mode": "^3.5.2",
122-
"@standard-schema/spec": "^1.0.0",
122+
"@standard-schema/spec": "^1.1.0",
123123
"@tailwindcss/postcss": "^4.1.18",
124124
"@tailwindcss/vite": "^4.1.18",
125125
"@tanstack/vue-table": "^8.21.3",
@@ -159,7 +159,7 @@
159159
"@nuxt/eslint-config": "^1.12.1",
160160
"@nuxt/module-builder": "^1.0.2",
161161
"@nuxt/test-utils": "^3.21.0",
162-
"@release-it/conventional-changelog": "^10.0.3",
162+
"@release-it/conventional-changelog": "^10.0.4",
163163
"@vue/test-utils": "^2.4.6",
164164
"embla-carousel": "^8.6.0",
165165
"eslint": "^9.39.2",

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.25",
1515
"vue-router": "^4.6.3",
16-
"zod": "^4.2.0"
16+
"zod": "^4.2.1"
1717
},
1818
"devDependencies": {
1919
"@vitejs/plugin-vue": "^6.0.2",

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"dependencies": {
1212
"@iconify-json/lucide": "^1.2.81",
1313
"@iconify-json/simple-icons": "^1.2.63",
14-
"@internationalized/date": "^3.10.0",
14+
"@internationalized/date": "^3.10.1",
1515
"@nuxt/ui": "workspace:*",
16-
"@nuxthub/core": "^0.10.1",
16+
"@nuxthub/core": "^0.10.2",
1717
"nuxt": "^4.2.2",
18-
"zod": "^4.2.0"
18+
"zod": "^4.2.1"
1919
},
2020
"devDependencies": {
2121
"typescript": "^5.8.3",
2222
"vue-tsc": "^3.1.5",
23-
"wrangler": "^4.54.0"
23+
"wrangler": "^4.55.0"
2424
},
2525
"resolutions": {
2626
"unimport": "4.1.1"

0 commit comments

Comments
 (0)