@hanzo/ui 5.1.7 → 5.1.8

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/ui",
3
- "version": "5.1.7",
3
+ "version": "5.1.8",
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/",
@@ -62,7 +62,6 @@
62
62
  "test:frameworks": "jest test/multi-framework.test.js --verbose"
63
63
  },
64
64
  "bin": {
65
- "@hanzo/ui": "./bin/cli.js",
66
65
  "hanzo-ui": "./bin/cli.js"
67
66
  },
68
67
  "exports": {
@@ -458,10 +457,10 @@
458
457
  "lucide-react": "0.456.0",
459
458
  "mermaid": "^10.0.0",
460
459
  "mobx": "^6.12.3",
461
- "next": "14.2.16",
462
- "next-themes": "^0.2.1",
463
- "react": "^19.0.0",
464
- "react-dom": "18.3.1",
460
+ "next": ">=14.2.16",
461
+ "next-themes": "^0.2.1 || ^0.3.0 || ^0.4.0",
462
+ "react": "^18.0.0 || ^19.0.0",
463
+ "react-dom": "^18.0.0 || ^19.0.0",
465
464
  "react-qrcode-logo": "^2.0.0",
466
465
  "sql.js": "^1.0.0",
467
466
  "validator": "^13.11.0"
@@ -547,6 +546,7 @@
547
546
  "remark-math": "^6.0.0",
548
547
  "tailwindcss": "3.4.14",
549
548
  "tsup": "^8.5.0",
550
- "typescript": "5.6.3"
549
+ "typescript": "5.6.3",
550
+ "vitest": "4.0.6"
551
551
  }
552
552
  }