@hanzo/ui 5.3.33 → 5.3.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/ui",
3
- "version": "5.3.33",
3
+ "version": "5.3.34",
4
4
  "description": "Multi-framework UI library with React, Vue, Svelte, and React Native support. Based on shadcn/ui with comprehensive framework coverage.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -599,8 +599,7 @@
599
599
  }
600
600
  },
601
601
  "dependencies": {
602
- "@hanzo/react-drawer": "^0.1.8",
603
- "@next/third-parties": "^15.0.1",
602
+ "@next/third-parties": "^15.3.3",
604
603
  "@radix-ui/react-accordion": "^1.2.12",
605
604
  "@radix-ui/react-alert-dialog": "^1.1.15",
606
605
  "@radix-ui/react-aspect-ratio": "^1.1.7",
@@ -634,7 +633,7 @@
634
633
  "buffer": "^6.0.3",
635
634
  "class-variance-authority": "^0.7.1",
636
635
  "clsx": "^2.1.1",
637
- "cmdk": "^0.2.0",
636
+ "cmdk": "^1.1.1",
638
637
  "commander": "^12.1.0",
639
638
  "embla-carousel-react": "^8.0.0",
640
639
  "input-otp": "^1.2.4",
@@ -649,7 +648,7 @@
649
648
  "tailwind-merge": "^2.6.0",
650
649
  "tailwindcss-animate": "^1.0.7",
651
650
  "tailwindcss-interaction-media": "^0.1.0",
652
- "vaul": "^0.9.0",
651
+ "vaul": "^1.1.2",
653
652
  "zod": "^3.25.76",
654
653
  "zod-to-json-schema": "^3.23.2"
655
654
  },