@esmate/shadcn 3.5.3 → 3.6.0

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.
@@ -1,4 +1,3 @@
1
- @import "./base.css";
2
1
  @import "tw-animate-css";
3
2
 
4
3
  @custom-variant dark (&:is(.dark *));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@esmate/shadcn",
3
3
  "description": "Shadcn components, hooks, and styles in one package.",
4
- "version": "3.5.3",
4
+ "version": "3.6.0",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "repository": {
@@ -78,14 +78,14 @@
78
78
  "lucide-react": "^0.544.0",
79
79
  "next-themes": "^0.4.6",
80
80
  "react-day-picker": "^9.13.0",
81
- "react-hook-form": "^7.68.0",
81
+ "react-hook-form": "^7.70.0",
82
82
  "react-resizable-panels": "^3.0.6",
83
83
  "recharts": "2.15.4",
84
84
  "sonner": "^2.0.7",
85
85
  "tailwind-merge": "^3.4.0",
86
86
  "tw-animate-css": "^1.4.0",
87
87
  "vaul": "^1.1.2",
88
- "zod": "^4.1.13"
88
+ "zod": "^4.3.5"
89
89
  },
90
90
  "devDependencies": {
91
91
  "@rslib/core": "^0.7.1",
@@ -97,7 +97,7 @@
97
97
  "globby": "^14.1.0",
98
98
  "react": "^18.3.1",
99
99
  "react-dom": "^18.3.1",
100
- "shadcn": "^3.5.1",
100
+ "shadcn": "^3.6.3",
101
101
  "tsx": "^4.20.6",
102
102
  "typescript": "^5.9.3"
103
103
  },