Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@nuxt/cli": "3.35.2",
"@nuxt/kit": "^4.4.7",
"@nuxt/kit": "^4.4.8",
"c12": "^3.3.4",
"citty": "^0.2.2",
"defu": "^6.1.7",
Expand All @@ -30,9 +30,9 @@
"unctx": "^2.5.0"
},
"devDependencies": {
"@types/node": "^25.9.1",
"@types/node": "^25.9.2",
"tsup": "^8.5.1",
"tsx": "^4.22.4"
},
"packageManager": "pnpm@11.5.1"
"packageManager": "pnpm@11.5.2"
}
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"dev": "nuxt dev"
},
"dependencies": {
"@nuxt/ui": "^4.8.1",
"@nuxt/ui": "^4.8.2",
"@nuxtjs/i18n": "^10.4.0",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"docus": "workspace:*",
"nuxt": "4.4.7",
"nuxt": "4.4.8",
"nuxt-studio": "^1.7.0",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@ai-sdk/vue": "^3.0.195",
"ai": "^6.0.195"
"@ai-sdk/vue": "^3.0.199",
"ai": "^6.0.199"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@ defineShortcuts(shortcuts)
function onEscape() {
inputRef.value?.inputRef?.blur()
}

function onKeydown(event: KeyboardEvent) {
if (event.key === 'Enter' && !event.shiftKey && !event.altKey && !event.ctrlKey && !event.metaKey) {
event.preventDefault()
handleSubmit()
return
}

if (event.key === 'Escape') {
onEscape()
}
}
</script>

<template>
Expand Down Expand Up @@ -79,8 +91,7 @@ function onEscape() {
base: 'bg-default shadow-lg rounded-xl text-base',
trailing: 'pe-2',
}"
@keydown.enter.exact.prevent="handleSubmit"
@keydown.escape="onEscape"
@keydown="onKeydown"
>
<template #trailing>
<div class="flex items-center gap-2">
Expand Down
22 changes: 11 additions & 11 deletions layer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"README.md"
],
"dependencies": {
"@ai-sdk/gateway": "^3.0.120",
"@ai-sdk/mcp": "^1.0.43",
"@ai-sdk/vue": "^3.0.191",
"@ai-sdk/gateway": "^3.0.127",
"@ai-sdk/mcp": "^1.0.46",
"@ai-sdk/vue": "^3.0.199",
"@comark/vue": "^0.4.0",
"@iconify-json/lucide": "^1.2.111",
"@iconify-json/simple-icons": "^1.2.85",
"@iconify-json/vscode-icons": "^1.2.53",
"@iconify-json/simple-icons": "^1.2.86",
"@iconify-json/vscode-icons": "^1.2.55",
"@nuxt/content": "^3.14.0",
"@nuxt/image": "^2.0.0",
"@nuxt/kit": "^4.4.7",
"@nuxt/ui": "^4.8.1",
"@nuxt/kit": "^4.4.8",
"@nuxt/ui": "^4.8.2",
"@nuxtjs/i18n": "^10.4.0",
"@nuxtjs/mcp-toolkit": "^0.17.2",
"@nuxtjs/mdc": "^0.22.0",
Expand All @@ -43,15 +43,15 @@
"@shikijs/langs": "^4.2.0",
"@shikijs/stream": "^4.2.0",
"@shikijs/themes": "^4.2.0",
"@takumi-rs/core": "^1.6.0",
"@takumi-rs/core": "^1.8.0",
"@vueuse/core": "^14.3.0",
"ai": "^6.0.191",
"ai": "^6.0.199",
"defu": "^6.1.7",
"exsolve": "^1.0.8",
"git-url-parse": "^16.1.0",
"motion-v": "^2.2.1",
"motion-v": "^2.3.0",
"nuxt-llms": "^0.2.0",
"nuxt-og-image": "^6.5.1",
"nuxt-og-image": "~6.5.3",
"pathe": "^2.0.3",
"pkg-types": "^2.3.1",
"scule": "^1.3.0",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
"clean": "rm -rf .nuxt .output node_modules cli/node_modules docs/.nuxt docs/.data docs/node_modules layer/node_modules layer/.data analyze cli/dist docs/.nuxt docs/.output layer/.nuxt playground/.nuxt playground/.output playground/node_modules playground/.data pnpm-lock.yaml .pnpm-store"
},
"devDependencies": {
"@nuxt/eslint": "^1.15.2",
"@nuxt/eslint-config": "^1.15.2",
"@nuxt/eslint": "^1.16.0",
"@nuxt/eslint-config": "^1.16.0",
"@release-it/bumper": "^7.0.6",
"@release-it/conventional-changelog": "^11.0.1",
"eslint": "^10.4.1",
"nuxt": "4.4.7",
"nuxt": "4.4.8",
"release-it": "^20.2.0",
"typescript": "^6.0.3",
"vue-tsc": "^3.3.3"
"vue-tsc": "^3.3.4"
},
"resolutions": {
"@nuxt/content": "^3.14.0",
"unimport": "5.6.0"
},
"packageManager": "pnpm@11.5.1"
"packageManager": "pnpm@11.5.2"
}
Loading
Loading