Skip to content

Commit ebd4adf

Browse files
chore(deps): update all non-major dependencies (#6925)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
1 parent 2e8f533 commit ebd4adf

7 files changed

Lines changed: 418 additions & 351 deletions

File tree

docs/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"typecheck": "nuxt typecheck"
1010
},
1111
"dependencies": {
12-
"@ai-sdk/anthropic": "^4.0.46",
13-
"@ai-sdk/gateway": "^4.0.69",
14-
"@ai-sdk/vue": "^4.0.85",
12+
"@ai-sdk/anthropic": "^4.0.49",
13+
"@ai-sdk/gateway": "^4.0.75",
14+
"@ai-sdk/vue": "^4.0.93",
1515
"@comark/vue": "^0.6.2",
1616
"@iconify-json/logos": "^1.2.13",
17-
"@iconify-json/lucide": "^1.2.127",
17+
"@iconify-json/lucide": "^1.2.129",
1818
"@iconify-json/ph": "^1.2.2",
1919
"@iconify-json/simple-icons": "^1.2.94",
2020
"@iconify-json/tabler": "^1.2.38",
@@ -29,23 +29,23 @@
2929
"@octokit/rest": "^22.0.1",
3030
"@regle/core": "^1.29.1",
3131
"@regle/rules": "^1.29.1",
32-
"@takumi-rs/core": "^2.13.2",
32+
"@takumi-rs/core": "^2.13.6",
3333
"@tiptap/extension-emoji": "^3.30.5",
3434
"@tiptap/extension-text-align": "^3.30.5",
3535
"@vercel/analytics": "^2.0.1",
3636
"@vercel/speed-insights": "^2.0.0",
3737
"@vueuse/integrations": "^14.4.0",
3838
"@vueuse/nuxt": "^14.4.0",
39-
"ai": "^7.0.85",
39+
"ai": "^7.0.93",
4040
"capture-website": "^5.1.0",
4141
"fflate": "^0.8.3",
42-
"joi": "^18.2.5",
42+
"joi": "^18.2.8",
4343
"json5": "^2.2.3",
44-
"maska": "^3.2.0",
44+
"maska": "^3.2.1",
4545
"minimark": "^0.2.0",
46-
"motion-v": "^2.4.0",
46+
"motion-v": "^2.4.2",
4747
"nuxt": "^4.5.2",
48-
"nuxt-agent-discovery": "^0.4.0",
48+
"nuxt-agent-discovery": "^0.5.0",
4949
"nuxt-component-meta": "^0.18.0",
5050
"nuxt-llms": "^0.2.0",
5151
"nuxt-og-image": "^6.7.8",

package.json

Lines changed: 7 additions & 7 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": "4.11.0",
5-
"packageManager": "pnpm@11.24.0",
5+
"packageManager": "pnpm@11.25.0",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/nuxt/ui.git"
@@ -133,8 +133,8 @@
133133
"dependencies": {
134134
"@floating-ui/dom": "^1.8.0",
135135
"@iconify/vue": "^5.0.1",
136-
"@internationalized/date": "^3.12.3",
137-
"@internationalized/number": "^3.6.7",
136+
"@internationalized/date": "^3.12.4",
137+
"@internationalized/number": "^3.6.8",
138138
"@nuxt/fonts": "^0.14.0",
139139
"@nuxt/icon": "^2.5.1",
140140
"@nuxt/kit": "^4.5.2",
@@ -181,7 +181,7 @@
181181
"knitwork": "^1.3.0",
182182
"magic-string": "^1.2.3",
183183
"mlly": "^1.8.2",
184-
"motion-v": "^2.4.0",
184+
"motion-v": "^2.4.2",
185185
"ohash": "^2.0.12",
186186
"pathe": "^2.0.3",
187187
"reka-ui": "2.10.4",
@@ -206,10 +206,10 @@
206206
"@tanstack/table-core": "^8.21.3",
207207
"@vitejs/plugin-vue": "^6.0.8",
208208
"@vue/test-utils": "^2.5.0",
209-
"ai": "^7.0.85",
209+
"ai": "^7.0.93",
210210
"embla-carousel": "^8.6.0",
211-
"eslint": "^10.9.1",
212-
"happy-dom": "^20.12.0",
211+
"eslint": "^10.10.0",
212+
"happy-dom": "^20.14.0",
213213
"nuxt": "^4.5.2",
214214
"release-it": "^21.0.2",
215215
"unbuild": "^3.6.1",

playgrounds/nuxt/nuxt.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ export default defineNuxtConfig({
4242
compilerOptions: {
4343
paths: {
4444
// The docs examples imported in `pages/components/form.vue` resolve
45-
// `@nuxt/ui` from `docs/`, which the isolated CI install can't reach.
46-
'@nuxt/ui': ['../node_modules/@nuxt/ui/dist/module.d.mts']
45+
// `@nuxt/ui` and `zod` from `docs/`, which the isolated CI install can't reach.
46+
'@nuxt/ui': ['../node_modules/@nuxt/ui/dist/module.d.mts'],
47+
'zod': ['../node_modules/zod']
4748
}
4849
}
4950
}

playgrounds/nuxt/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"typecheck": "nuxt typecheck"
1010
},
1111
"dependencies": {
12-
"@ai-sdk/anthropic": "^4.0.46",
13-
"@ai-sdk/gateway": "^4.0.69",
14-
"@ai-sdk/vue": "^4.0.85",
12+
"@ai-sdk/anthropic": "^4.0.49",
13+
"@ai-sdk/gateway": "^4.0.75",
14+
"@ai-sdk/vue": "^4.0.93",
1515
"@comark/vue": "^0.6.2",
16-
"@iconify-json/lucide": "^1.2.127",
16+
"@iconify-json/lucide": "^1.2.129",
1717
"@iconify-json/simple-icons": "^1.2.94",
18-
"@internationalized/date": "^3.12.3",
18+
"@internationalized/date": "^3.12.4",
1919
"@nuxt/content": "^3.16.0",
2020
"@nuxt/ui": "workspace:*",
2121
"@tanstack/vue-table": "^8.21.3",
@@ -25,7 +25,7 @@
2525
"@tiptap/pm": "^3.30.5",
2626
"@tiptap/vue-3": "^3.30.5",
2727
"@vueuse/core": "^14.4.0",
28-
"ai": "^7.0.85",
28+
"ai": "^7.0.93",
2929
"nuxt": "^4.5.2",
3030
"scule": "^1.3.0",
3131
"tailwindcss": "^4.3.3",

playgrounds/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"@tiptap/extension-text-align": "^3.30.5",
1616
"tailwindcss": "^4.3.3",
1717
"vue": "^3.5.42",
18-
"vue-router": "^5.3.0",
18+
"vue-router": "^5.3.1",
1919
"zod": "^4.5.4"
2020
},
2121
"devDependencies": {
22-
"@iconify-json/lucide": "^1.2.127",
22+
"@iconify-json/lucide": "^1.2.129",
2323
"@vitejs/plugin-vue": "^6.0.8",
2424
"typescript": "^6.0.3",
2525
"vite": "^8.2.2",

0 commit comments

Comments
 (0)