@assistant-ui/react-hook-form 0.4.12 → 0.4.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@assistant-ui/react-hook-form",
3
- "version": "0.4.12",
3
+ "version": "0.4.14",
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.90",
30
+ "@assistant-ui/react": "^0.5.98",
31
31
  "@types/react": "*",
32
32
  "react": "^18 || ^19",
33
33
  "react-hook-form": "^7"
@@ -38,8 +38,9 @@
38
38
  }
39
39
  },
40
40
  "devDependencies": {
41
- "eslint-config-next": "15.0.0",
42
- "tsup": "8.3.0",
41
+ "eslint-config-next": "15.0.1",
42
+ "tsup": "8.3.5",
43
+ "@assistant-ui/react": "0.5.98",
43
44
  "@assistant-ui/tsconfig": "0.0.0"
44
45
  },
45
46
  "publishConfig": {