@hanzo/ui 4.5.2 → 4.5.3
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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanzo/ui",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.3",
|
|
4
4
|
"description": "Library that contains shared UI primitives, support for a common design system, and other boilerplate support.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -105,7 +105,9 @@
|
|
|
105
105
|
"sonner": "^1.4.41",
|
|
106
106
|
"tailwind-merge": "^2.3.0",
|
|
107
107
|
"tailwindcss-animate": "^1.0.7",
|
|
108
|
-
"tailwindcss-interaction-media": "^0.1.0"
|
|
108
|
+
"tailwindcss-interaction-media": "^0.1.0",
|
|
109
|
+
"zod": "^3.23.8",
|
|
110
|
+
"zod-to-json-schema": "^3.23.2"
|
|
109
111
|
},
|
|
110
112
|
"peerDependencies": {
|
|
111
113
|
"@hookform/resolvers": "^3.3.2",
|
|
@@ -117,9 +119,7 @@
|
|
|
117
119
|
"react": "18.3.1",
|
|
118
120
|
"react-dom": "18.3.1",
|
|
119
121
|
"react-hook-form": "7.51.4",
|
|
120
|
-
"validator": "^13.11.0"
|
|
121
|
-
"zod": "3.23.8",
|
|
122
|
-
"zod-to-json-schema": "^3.24.5"
|
|
122
|
+
"validator": "^13.11.0"
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": {
|
|
125
125
|
"@mdx-js/loader": "^3.0.0",
|