From f6f87d3cd6a5aa37458f6e00b3b65f18f5446c0e Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Sun, 31 Dec 2023 22:37:23 +0330 Subject: [PATCH] chore: fix `ComboboxDemo.vue` types (#233) * chore: fix `ComboboxDemo.vue` example types * chore: update `radix-vue` --- apps/www/package.json | 2 +- .../registry/default/example/ComboboxDemo.vue | 33 ++++++++++--------- .../new-york/example/ComboboxDemo.vue | 18 ++++++---- pnpm-lock.yaml | 14 ++++---- 4 files changed, 37 insertions(+), 30 deletions(-) diff --git a/apps/www/package.json b/apps/www/package.json index 6522331a..c5ace61e 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -28,7 +28,7 @@ "codesandbox": "^2.2.3", "date-fns": "^2.30.0", "lucide-vue-next": "^0.276.0", - "radix-vue": "^1.2.3", + "radix-vue": "^1.2.5", "tailwindcss-animate": "^1.0.7", "v-calendar": "^3.1.2", "vee-validate": "4.12.3", diff --git a/apps/www/src/lib/registry/default/example/ComboboxDemo.vue b/apps/www/src/lib/registry/default/example/ComboboxDemo.vue index 758020bd..8e37ef5d 100644 --- a/apps/www/src/lib/registry/default/example/ComboboxDemo.vue +++ b/apps/www/src/lib/registry/default/example/ComboboxDemo.vue @@ -1,7 +1,7 @@