Skip to content

Commit 2f907ec

Browse files
chore(deps): update all non-major dependencies
1 parent 445aac2 commit 2f907ec

File tree

5 files changed

+221
-205
lines changed

5 files changed

+221
-205
lines changed

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@ai-sdk/vue": "^1.2.8",
77
"@iconify-json/logos": "^1.2.4",
8-
"@iconify-json/lucide": "^1.2.36",
8+
"@iconify-json/lucide": "^1.2.37",
99
"@iconify-json/simple-icons": "^1.2.32",
1010
"@iconify-json/vscode-icons": "^1.2.19",
1111
"@nuxt/content": "https://pkg.pr.new/@nuxt/content@754e480",
@@ -18,14 +18,14 @@
1818
"@rollup/plugin-yaml": "^4.1.2",
1919
"@vueuse/integrations": "^13.1.0",
2020
"@vueuse/nuxt": "^13.1.0",
21-
"ai": "^4.3.6",
21+
"ai": "^4.3.9",
2222
"capture-website": "^4.2.0",
2323
"joi": "^17.13.3",
2424
"motion-v": "0.13.1",
2525
"nuxt": "^3.16.2",
2626
"nuxt-component-meta": "^0.10.1",
2727
"nuxt-llms": "^0.1.2",
28-
"nuxt-og-image": "^5.1.1",
28+
"nuxt-og-image": "^5.1.2",
2929
"prettier": "^3.5.3",
3030
"shiki-transformer-color-highlight": "^1.0.0",
3131
"sortablejs": "^1.15.6",
@@ -34,9 +34,9 @@
3434
"valibot": "^1.0.0",
3535
"workers-ai-provider": "^0.3.0",
3636
"yup": "^1.6.1",
37-
"zod": "^3.24.2"
37+
"zod": "^3.24.3"
3838
},
3939
"devDependencies": {
40-
"wrangler": "^4.10.0"
40+
"wrangler": "^4.12.0"
4141
}
4242
}

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.0.2",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].1",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/nuxt/ui.git"
@@ -123,8 +123,8 @@
123123
"@standard-schema/spec": "^1.0.0",
124124
"@tailwindcss/postcss": "^4.1.4",
125125
"@tailwindcss/vite": "^4.1.4",
126-
"@tanstack/vue-table": "^8.21.2",
127-
"@unhead/vue": "^2.0.5",
126+
"@tanstack/vue-table": "^8.21.3",
127+
"@unhead/vue": "^2.0.8",
128128
"@vueuse/core": "^13.1.0",
129129
"@vueuse/integrations": "^13.1.0",
130130
"colortranslator": "^4.1.0",

playground-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"@nuxt/ui": "latest",
1414
"vue": "^3.5.13",
1515
"vue-router": "^4.5.0",
16-
"zod": "^3.24.2"
16+
"zod": "^3.24.3"
1717
},
1818
"devDependencies": {
1919
"@vitejs/plugin-vue": "^5.2.3",
2020
"typescript": "^5.8.3",
21-
"vite": "^6.2.6",
21+
"vite": "^6.3.1",
2222
"vue-tsc": "^2.2.0"
2323
}
2424
}

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"generate": "nuxi generate"
99
},
1010
"dependencies": {
11-
"@iconify-json/lucide": "^1.2.36",
11+
"@iconify-json/lucide": "^1.2.37",
1212
"@iconify-json/simple-icons": "^1.2.32",
1313
"@nuxt/ui": "latest",
1414
"@nuxthub/core": "^0.8.24",
1515
"nuxt": "^3.16.2",
16-
"zod": "^3.24.2"
16+
"zod": "^3.24.3"
1717
}
1818
}

0 commit comments

Comments
 (0)