diff --git a/apps/www/package.json b/apps/www/package.json index e39db06c..7f22001e 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -24,23 +24,23 @@ "@unovis/ts": "^1.4.4", "@unovis/vue": "^1.4.4", "@vee-validate/zod": "^4.13.2", - "@vueuse/core": "^11.0.3", + "@vueuse/core": "^11.1.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "codesandbox": "^2.2.3", - "date-fns": "^3.6.0", - "embla-carousel-autoplay": "^8.2.0", - "embla-carousel-vue": "^8.2.0", - "lucide-vue-next": "^0.436.0", + "date-fns": "^4.1.0", + "embla-carousel-autoplay": "^8.3.0", + "embla-carousel-vue": "^8.3.0", + "lucide-vue-next": "^0.441.0", "magic-string": "^0.30.11", "radix-vue": "catalog:", "tailwindcss-animate": "^1.0.7", "v-calendar": "^3.1.2", "vaul-vue": "^0.2.0", "vee-validate": "4.13.2", - "vue": "^3.4.38", + "vue": "^3.5.6", "vue-sonner": "^1.1.5", - "vue-wrap-balancer": "^1.1.3", + "vue-wrap-balancer": "^1.2.1", "zod": "catalog:" }, "devDependencies": { @@ -54,13 +54,13 @@ "@iconify-json/tabler": "^1.1.116", "@iconify/vue": "^4.1.2", "@oxc-parser/wasm": "catalog:", - "@shikijs/transformers": "^1.15.1", + "@shikijs/transformers": "^1.17.7", "@types/lodash-es": "^4.17.12", - "@types/node": "^20.16.2", - "@vitejs/plugin-vue": "^5.1.3", + "@types/node": "^22.5.5", + "@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue-jsx": "^4.0.1", - "@vue/compiler-core": "^3.4.38", - "@vue/compiler-dom": "^3.4.38", + "@vue/compiler-core": "^3.5.6", + "@vue/compiler-dom": "^3.5.6", "@vue/tsconfig": "^0.5.1", "autoprefixer": "^10.4.20", "fast-glob": "^3.3.2", @@ -68,14 +68,14 @@ "markdown-it": "^14.1.0", "pathe": "^1.1.2", "rimraf": "^6.0.1", - "shiki": "^1.15.1", + "shiki": "^1.17.7", "tailwind-merge": "^2.5.2", - "tailwindcss": "^3.4.10", - "tsx": "^4.19.0", - "typescript": "^5.5.4", - "unplugin-icons": "^0.19.2", + "tailwindcss": "^3.4.12", + "tsx": "^4.19.1", + "typescript": "^5.6.2", + "unplugin-icons": "^0.19.3", "vitepress": "^1.3.4", - "vue-component-meta": "^2.1.2", - "vue-tsc": "^2.1.2" + "vue-component-meta": "^2.1.6", + "vue-tsc": "^2.1.6" } } diff --git a/apps/www/src/examples/cards/components/DatePicker.vue b/apps/www/src/examples/cards/components/DatePicker.vue index 8e82644b..e48a8f09 100644 --- a/apps/www/src/examples/cards/components/DatePicker.vue +++ b/apps/www/src/examples/cards/components/DatePicker.vue @@ -11,7 +11,7 @@ import { Label } from '@/lib/registry/new-york/ui/label' - + diff --git a/apps/www/src/lib/registry/default/example/PinInputFormDemo.vue b/apps/www/src/lib/registry/default/example/PinInputFormDemo.vue index c0d3cf55..09eddd51 100644 --- a/apps/www/src/lib/registry/default/example/PinInputFormDemo.vue +++ b/apps/www/src/lib/registry/default/example/PinInputFormDemo.vue @@ -1,13 +1,4 @@