fix: add useActiveElement watcher to blur input fields and update package dependencies

This commit is contained in:
2025-09-04 17:11:16 +02:00
parent 4217eb6c1c
commit 34d2e88e9f
3 changed files with 13 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
@@ -16,6 +16,7 @@
"@iconify-json/devicon": "^1.2.43",
"@iconify-json/logos": "^1.2.9",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.50",
"@iconify-json/twemoji": "^1.2.4",
"@iconify-json/vscode-icons": "^1.2.30",
"@nuxt/content": "3.6.3",