diff --git a/docs/package.json b/docs/package.json index 325c2914..a666e9f3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -11,10 +11,10 @@ "dependencies": { "@ai-sdk/vue": "^1.2.12", "@iconify-json/logos": "^1.2.4", - "@iconify-json/lucide": "^1.2.54", - "@iconify-json/simple-icons": "^1.2.41", + "@iconify-json/lucide": "^1.2.56", + "@iconify-json/simple-icons": "^1.2.42", "@iconify-json/vscode-icons": "^1.2.23", - "@nuxt/content": "^3.6.2", + "@nuxt/content": "^3.6.3", "@nuxt/image": "^1.10.0", "@nuxt/ui": "workspace:*", "@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@22fdc5e", @@ -29,22 +29,22 @@ "capture-website": "^4.2.0", "joi": "^17.13.3", "maska": "^3.2.0", - "motion-v": "^1.4.0", + "motion-v": "^1.5.0", "nuxt": "^3.17.6", "nuxt-component-meta": "^0.12.1", "nuxt-llms": "^0.1.3", - "nuxt-og-image": "^5.1.8", + "nuxt-og-image": "^5.1.9", "prettier": "^3.6.2", "shiki-transformer-color-highlight": "^1.0.0", "sortablejs": "^1.15.6", "superstruct": "^2.0.2", "ufo": "^1.6.1", "valibot": "^1.1.0", - "workers-ai-provider": "^0.7.0", + "workers-ai-provider": "^0.7.1", "yup": "^1.6.1", - "zod": "^3.25.67" + "zod": "^3.25.75" }, "devDependencies": { - "wrangler": "^4.22.0" + "wrangler": "^4.23.0" } } diff --git a/package.json b/package.json index 17db36a5..7e05f91c 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "@tailwindcss/postcss": "^4.1.11", "@tailwindcss/vite": "^4.1.11", "@tanstack/vue-table": "^8.21.3", - "@unhead/vue": "^2.0.11", + "@unhead/vue": "^2.0.12", "@vueuse/core": "^13.5.0", "@vueuse/integrations": "^13.5.0", "colortranslator": "^5.0.0", @@ -152,10 +152,10 @@ "unplugin-auto-import": "^19.3.0", "unplugin-vue-components": "^28.8.0", "vaul-vue": "0.4.1", - "vue-component-type-helpers": "^3.0.0" + "vue-component-type-helpers": "^3.0.1" }, "devDependencies": { - "@nuxt/eslint-config": "^1.5.0", + "@nuxt/eslint-config": "^1.5.2", "@nuxt/module-builder": "^1.0.1", "@nuxt/test-utils": "^3.19.2", "@release-it/conventional-changelog": "^10.0.1", @@ -167,7 +167,7 @@ "release-it": "^19.0.3", "vitest": "^3.2.4", "vitest-environment-nuxt": "^1.0.1", - "vue-tsc": "^3.0.0" + "vue-tsc": "^3.0.1" }, "peerDependencies": { "@inertiajs/vue3": "^2.0.7", diff --git a/playground-vue/package.json b/playground-vue/package.json index d05586e9..bfd2ac54 100644 --- a/playground-vue/package.json +++ b/playground-vue/package.json @@ -13,12 +13,12 @@ "@nuxt/ui": "workspace:*", "vue": "^3.5.17", "vue-router": "^4.5.1", - "zod": "^3.25.67" + "zod": "^3.25.75" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.4", "typescript": "^5.8.3", "vite": "^6.3.5", - "vue-tsc": "^3.0.0" + "vue-tsc": "^3.0.1" } } diff --git a/playground/app/pages/components/command-palette.vue b/playground/app/pages/components/command-palette.vue index 8d05c537..4eeae623 100644 --- a/playground/app/pages/components/command-palette.vue +++ b/playground/app/pages/components/command-palette.vue @@ -74,7 +74,7 @@ const groups = computed(() => [{ label: 'Set Wallpaper', suffix: 'Choose from beautiful wallpaper collection.', icon: 'i-lucide-image', - interface: 'wallpaper', + view: 'wallpaper', placeholder: 'Search wallpapers...' }, { label: 'More actions', @@ -279,8 +279,8 @@ defineShortcuts({ class="sm:max-h-80" @update:model-value="onSelect" > -