Skip to content

Commit 4d17989

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

File tree

5 files changed

+226
-165
lines changed

5 files changed

+226
-165
lines changed

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"dependencies": {
66
"@ai-sdk/vue": "^1.2.8",
77
"@iconify-json/logos": "^1.2.4",
8-
"@iconify-json/lucide": "^1.2.38",
8+
"@iconify-json/lucide": "^1.2.39",
99
"@iconify-json/simple-icons": "^1.2.33",
10-
"@iconify-json/vscode-icons": "^1.2.19",
10+
"@iconify-json/vscode-icons": "^1.2.20",
1111
"@nuxt/content": "^3.5.1",
1212
"@nuxt/image": "^1.10.0",
1313
"@nuxt/ui": "latest",
@@ -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.9",
21+
"ai": "^4.3.10",
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.11.0",
2727
"nuxt-llms": "^0.1.2",
28-
"nuxt-og-image": "^5.1.2",
28+
"nuxt-og-image": "^5.1.3",
2929
"prettier": "^3.5.3",
3030
"shiki-transformer-color-highlight": "^1.0.0",
3131
"sortablejs": "^1.15.6",
@@ -37,6 +37,6 @@
3737
"zod": "^3.24.3"
3838
},
3939
"devDependencies": {
40-
"wrangler": "^4.13.0"
40+
"wrangler": "^4.13.2"
4141
}
4242
}

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.1.0",
5-
"packageManager": "pnpm@10.9.0",
5+
"packageManager": "pnpm@10.10.0",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/nuxt/ui.git"
@@ -115,7 +115,7 @@
115115
"@iconify/vue": "^4.3.0",
116116
"@internationalized/date": "^3.8.0",
117117
"@internationalized/number": "^3.6.1",
118-
"@nuxt/fonts": "^0.11.1",
118+
"@nuxt/fonts": "^0.11.2",
119119
"@nuxt/icon": "^1.12.0",
120120
"@nuxt/kit": "^3.16.2",
121121
"@nuxt/schema": "^3.16.2",

playground-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@nuxt/ui": "latest",
1414
"vue": "^3.5.13",
15-
"vue-router": "^4.5.0",
15+
"vue-router": "^4.5.1",
1616
"zod": "^3.24.3"
1717
},
1818
"devDependencies": {

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"generate": "nuxi generate"
99
},
1010
"dependencies": {
11-
"@iconify-json/lucide": "^1.2.38",
11+
"@iconify-json/lucide": "^1.2.39",
1212
"@iconify-json/simple-icons": "^1.2.33",
1313
"@nuxt/ui": "latest",
1414
"@nuxthub/core": "^0.8.25",

0 commit comments

Comments
 (0)