@assistant-ui/react-hook-form 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@assistant-ui/react-hook-form",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.3.0",
|
4
4
|
"license": "MIT",
|
5
5
|
"exports": {
|
6
6
|
".": {
|
@@ -27,10 +27,10 @@
|
|
27
27
|
"zod": "^3.23.8"
|
28
28
|
},
|
29
29
|
"peerDependencies": {
|
30
|
-
"@assistant-ui/react": "^0.
|
31
|
-
"react-hook-form": "^7.x.x",
|
30
|
+
"@assistant-ui/react": "^0.4.0",
|
32
31
|
"@types/react": "*",
|
33
|
-
"react": "^18"
|
32
|
+
"react": "^18",
|
33
|
+
"react-hook-form": "^7.x.x"
|
34
34
|
},
|
35
35
|
"peerDependenciesMeta": {
|
36
36
|
"@types/react": {
|
@@ -38,7 +38,7 @@
|
|
38
38
|
}
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
|
-
"
|
41
|
+
"eslint-config-next": "14.2.5",
|
42
42
|
"tsup": "^8.1.0",
|
43
43
|
"@assistant-ui/tsconfig": "0.0.0"
|
44
44
|
},
|
@@ -55,6 +55,6 @@
|
|
55
55
|
"url": "https://github.com/Yonom/assistant-ui/issues"
|
56
56
|
},
|
57
57
|
"scripts": {
|
58
|
-
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap"
|
58
|
+
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap --clean"
|
59
59
|
}
|
60
60
|
}
|