Skip to content

Commit a007b53

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

File tree

6 files changed

+285
-265
lines changed

6 files changed

+285
-265
lines changed

.github/workflows/reproduire.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
reproduire:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
14+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1515
- uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp
1616
with:
1717
label: needs reproduction

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"dependencies": {
1212
"@ai-sdk/vue": "^1.2.12",
1313
"@iconify-json/logos": "^1.2.10",
14-
"@iconify-json/lucide": "^1.2.73",
14+
"@iconify-json/lucide": "^1.2.74",
1515
"@iconify-json/simple-icons": "^1.2.59",
16-
"@iconify-json/vscode-icons": "^1.2.35",
16+
"@iconify-json/vscode-icons": "^1.2.36",
1717
"@nuxt/content": "^3.8.2",
1818
"@nuxt/image": "^2.0.0",
1919
"@nuxt/ui": "workspace:*",
@@ -25,9 +25,9 @@
2525
"@vueuse/integrations": "^13.9.0",
2626
"@vueuse/nuxt": "^13.9.0",
2727
"ai": "^4.3.19",
28-
"better-sqlite3": "^12.4.1",
28+
"better-sqlite3": "^12.4.6",
2929
"capture-website": "^5.1.0",
30-
"joi": "^18.0.1",
30+
"joi": "^18.0.2",
3131
"maska": "^3.2.0",
3232
"motion-v": "^1.7.3",
3333
"nuxt": "^4.2.1",

package.json

Lines changed: 6 additions & 6 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.22.0",
5+
"packageManager": "pnpm@10.23.0",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/nuxt/ui.git"
@@ -146,14 +146,14 @@
146146
"reka-ui": "2.6.0",
147147
"scule": "^1.3.0",
148148
"tailwind-merge": "^3.4.0",
149-
"tailwind-variants": "^3.1.1",
149+
"tailwind-variants": "^3.2.2",
150150
"tailwindcss": "^4.1.17",
151151
"tinyglobby": "^0.2.15",
152-
"unplugin": "^2.3.10",
152+
"unplugin": "^2.3.11",
153153
"unplugin-auto-import": "^20.2.0",
154154
"unplugin-vue-components": "^30.0.0",
155155
"vaul-vue": "0.4.1",
156-
"vue-component-type-helpers": "^3.1.4"
156+
"vue-component-type-helpers": "^3.1.5"
157157
},
158158
"devDependencies": {
159159
"@nuxt/eslint-config": "^1.10.0",
@@ -168,7 +168,7 @@
168168
"release-it": "^19.0.6",
169169
"vitest": "^3.2.4",
170170
"vitest-environment-nuxt": "^1.0.1",
171-
"vue-tsc": "^3.1.4"
171+
"vue-tsc": "^3.1.5"
172172
},
173173
"peerDependencies": {
174174
"@inertiajs/vue3": "^2.0.7",
@@ -210,7 +210,7 @@
210210
"debug": "4.3.7",
211211
"typescript": "5.8.3",
212212
"unimport": "4.1.1",
213-
"unplugin": "^2.3.10",
213+
"unplugin": "^2.3.11",
214214
"unplugin-auto-import": "^20.2.0",
215215
"unplugin-vue-components": "^30.0.0"
216216
},

playground-vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"zod": "^4.1.12"
1717
},
1818
"devDependencies": {
19-
"@vitejs/plugin-vue": "^6.0.1",
19+
"@vitejs/plugin-vue": "^6.0.2",
2020
"typescript": "^5.8.3",
21-
"vite": "^7.1.12",
22-
"vue-tsc": "^3.1.4"
21+
"vite": "^7.2.4",
22+
"vue-tsc": "^3.1.5"
2323
}
2424
}

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"typecheck": "nuxt typecheck"
1010
},
1111
"dependencies": {
12-
"@iconify-json/lucide": "^1.2.73",
12+
"@iconify-json/lucide": "^1.2.74",
1313
"@iconify-json/simple-icons": "^1.2.59",
1414
"@internationalized/date": "^3.10.0",
1515
"@nuxt/ui": "workspace:*",
@@ -19,8 +19,8 @@
1919
},
2020
"devDependencies": {
2121
"typescript": "^5.8.3",
22-
"vue-tsc": "^3.1.4",
23-
"wrangler": "^4.47.0"
22+
"vue-tsc": "^3.1.5",
23+
"wrangler": "^4.50.0"
2424
},
2525
"resolutions": {
2626
"unimport": "4.1.1"

0 commit comments

Comments
 (0)