@hanzo/ui 5.1.5 → 5.1.7

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 +21 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/ui",
3
- "version": "5.1.5",
3
+ "version": "5.1.7",
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/",
@@ -453,15 +453,23 @@
453
453
  },
454
454
  "peerDependencies": {
455
455
  "@hookform/resolvers": "^3.3.2",
456
+ "@tanstack/react-query": "^5.0.0",
457
+ "framer-motion": "^11.0.0",
456
458
  "lucide-react": "0.456.0",
459
+ "mermaid": "^10.0.0",
457
460
  "mobx": "^6.12.3",
458
461
  "next": "14.2.16",
459
462
  "next-themes": "^0.2.1",
460
463
  "react": "^19.0.0",
461
464
  "react-dom": "18.3.1",
465
+ "react-qrcode-logo": "^2.0.0",
466
+ "sql.js": "^1.0.0",
462
467
  "validator": "^13.11.0"
463
468
  },
464
469
  "peerDependenciesMeta": {
470
+ "@tanstack/react-query": {
471
+ "optional": true
472
+ },
465
473
  "cmdk": {
466
474
  "optional": true
467
475
  },
@@ -474,15 +482,24 @@
474
482
  "embla-carousel-react": {
475
483
  "optional": true
476
484
  },
485
+ "framer-motion": {
486
+ "optional": true
487
+ },
477
488
  "input-otp": {
478
489
  "optional": true
479
490
  },
491
+ "mermaid": {
492
+ "optional": true
493
+ },
480
494
  "react-day-picker": {
481
495
  "optional": true
482
496
  },
483
497
  "react-hook-form": {
484
498
  "optional": true
485
499
  },
500
+ "react-qrcode-logo": {
501
+ "optional": true
502
+ },
486
503
  "react-resizable-panels": {
487
504
  "optional": true
488
505
  },
@@ -492,6 +509,9 @@
492
509
  "sonner": {
493
510
  "optional": true
494
511
  },
512
+ "sql.js": {
513
+ "optional": true
514
+ },
495
515
  "vaul": {
496
516
  "optional": true
497
517
  }