Skip to content

Commit 91f8ba4

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

File tree

6 files changed

+168
-173
lines changed

6 files changed

+168
-173
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: 3 additions & 3 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:*",
@@ -27,7 +27,7 @@
2727
"ai": "^4.3.19",
2828
"better-sqlite3": "^12.4.1",
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: 1 addition & 1 deletion
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"

playground-vue/package.json

Lines changed: 2 additions & 2 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",
21+
"vite": "^7.2.4",
2222
"vue-tsc": "^3.1.4"
2323
}
2424
}

playground/package.json

Lines changed: 2 additions & 2 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:*",
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"typescript": "^5.8.3",
2222
"vue-tsc": "^3.1.4",
23-
"wrangler": "^4.47.0"
23+
"wrangler": "^4.49.1"
2424
},
2525
"resolutions": {
2626
"unimport": "4.1.1"

0 commit comments

Comments
 (0)