Skip to content

Commit b24444d

Browse files
chore(deps): update all non-major dependencies (#6388)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
1 parent d2237d5 commit b24444d

4 files changed

Lines changed: 95 additions & 93 deletions

File tree

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
"@iconify-json/logos": "^1.2.11",
1818
"@iconify-json/lucide": "^1.2.102",
1919
"@iconify-json/simple-icons": "^1.2.79",
20-
"@iconify-json/vscode-icons": "^1.2.45",
20+
"@iconify-json/vscode-icons": "^1.2.46",
2121
"@nuxt/a11y": "1.0.0-alpha.1",
2222
"@nuxt/content": "^3.13.0",
2323
"@nuxt/image": "^2.0.0",
2424
"@nuxt/ui": "workspace:*",
25-
"@nuxtjs/mcp-toolkit": "^0.13.4",
25+
"@nuxtjs/mcp-toolkit": "^0.14.0",
2626
"@nuxtjs/mdc": "^0.21.1",
2727
"@octokit/rest": "^22.0.1",
28-
"@regle/core": "^1.23.0",
29-
"@regle/rules": "^1.23.0",
28+
"@regle/core": "^1.23.2",
29+
"@regle/rules": "^1.23.2",
3030
"@tiptap/extension-emoji": "^3.22.4",
3131
"@tiptap/extension-text-align": "^3.22.4",
3232
"@vercel/analytics": "^2.0.1",

docs/server/api/ai.post.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { streamText, convertToModelMessages, smoothStream, jsonSchema, stepCount
22
import type { AnthropicLanguageModelOptions } from '@ai-sdk/anthropic'
33
import { gateway } from '@ai-sdk/gateway'
44
import { z } from 'zod'
5-
// @ts-expect-error virtual module generated by @nuxtjs/mcp-toolkit
65
import { tools as mcpToolDefinitions } from '#nuxt-mcp-toolkit/tools.mjs'
76
import { themeIcons, cssVariableDefaults } from '../../app/utils/theme'
87

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": "4.6.1",
5-
"packageManager": "pnpm@10.33.0",
5+
"packageManager": "pnpm@10.33.1",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/nuxt/ui.git"
@@ -208,7 +208,7 @@
208208
"nuxt": "^4.4.2",
209209
"release-it": "^19.2.4",
210210
"unbuild": "^3.6.1",
211-
"vitest": "^4.1.4",
211+
"vitest": "^4.1.5",
212212
"vitest-axe": "^0.1.0",
213213
"vitest-environment-nuxt": "^1.0.1",
214214
"vue": "^3.5.30",

0 commit comments

Comments
 (0)