@assistant-ui/react-hook-form 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@assistant-ui/react-hook-form",
|
3
|
-
"version": "0.4.
|
3
|
+
"version": "0.4.4",
|
4
4
|
"license": "MIT",
|
5
5
|
"exports": {
|
6
6
|
".": {
|
@@ -27,7 +27,7 @@
|
|
27
27
|
"zod": "^3.23.8"
|
28
28
|
},
|
29
29
|
"peerDependencies": {
|
30
|
-
"@assistant-ui/react": "^0.5.
|
30
|
+
"@assistant-ui/react": "^0.5.22",
|
31
31
|
"@types/react": "*",
|
32
32
|
"react": "^18",
|
33
33
|
"react-hook-form": "^7.x.x"
|