Skip to content

Commit f81c75b

Browse files
chore(deps): update all non-major dependencies
1 parent f7ad0ea commit f81c75b

File tree

5 files changed

+441
-441
lines changed

5 files changed

+441
-441
lines changed

docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"dependencies": {
1212
"@ai-sdk/vue": "^1.2.12",
1313
"@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",
14+
"@iconify-json/lucide": "^1.2.60",
15+
"@iconify-json/simple-icons": "^1.2.46",
16+
"@iconify-json/vscode-icons": "^1.2.24",
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,7 +29,7 @@
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.2",
3434
"nuxt-component-meta": "^0.13.0",
3535
"nuxt-llms": "^0.1.3",
@@ -41,10 +41,10 @@
4141
"ufo": "^1.6.1",
4242
"valibot": "^1.1.0",
4343
"workers-ai-provider": "^0.7.2",
44-
"yup": "^1.6.1",
45-
"zod": "^4.0.13"
44+
"yup": "^1.7.0",
45+
"zod": "^4.0.14"
4646
},
4747
"devDependencies": {
48-
"wrangler": "^4.26.1"
48+
"wrangler": "^4.27.0"
4949
}
5050
}

package.json

Lines changed: 3 additions & 3 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.13",
127127
"@vueuse/core": "^13.6.0",
128128
"@vueuse/integrations": "^13.6.0",
129129
"colortranslator": "^5.0.0",
@@ -146,7 +146,7 @@
146146
"reka-ui": "2.3.2",
147147
"scule": "^1.3.0",
148148
"tailwind-merge": "^3.3.1",
149-
"tailwind-variants": "^2.0.1",
149+
"tailwind-variants": "^2.1.0",
150150
"tailwindcss": "^4.1.11",
151151
"tinyglobby": "^0.2.14",
152152
"unplugin": "^2.3.5",

playground-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"@nuxt/ui": "workspace:*",
1414
"vue": "^3.5.18",
1515
"vue-router": "^4.5.1",
16-
"zod": "^4.0.13"
16+
"zod": "^4.0.14"
1717
},
1818
"devDependencies": {
1919
"@vitejs/plugin-vue": "^6.0.0",
20-
"typescript": "^5.8.3",
20+
"typescript": "^5.9.2",
2121
"vite": "^7.0.5",
2222
"vue-tsc": "^3.0.4"
2323
}

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
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.60",
13+
"@iconify-json/simple-icons": "^1.2.46",
1414
"@internationalized/date": "^3.8.2",
1515
"@nuxt/ui": "workspace:*",
1616
"@nuxthub/core": "^0.9.0",
1717
"nuxt": "^4.0.2",
18-
"zod": "^4.0.13"
18+
"zod": "^4.0.14"
1919
},
2020
"devDependencies": {
21-
"typescript": "^5.8.3",
21+
"typescript": "^5.9.2",
2222
"vue-tsc": "^3.0.4"
2323
},
2424
"resolutions": {

0 commit comments

Comments
 (0)