@rachelallyson/hero-hook-form 2.2.1 → 2.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rachelallyson/hero-hook-form",
3
- "version": "2.2.1",
3
+ "version": "2.4.0",
4
4
  "description": "Typed form helpers that combine React Hook Form and HeroUI components.",
5
5
  "author": "Rachel Higley",
6
6
  "homepage": "https://rachelallyson.github.io/hero-hook-form/",
@@ -79,6 +79,7 @@
79
79
  "devDependencies": {
80
80
  "@cypress/vite-dev-server": "^7.0.1",
81
81
  "@eslint/js": "^9.39.2",
82
+ "@heroui/autocomplete": "^2",
82
83
  "@heroui/button": "^2.2.29",
83
84
  "@heroui/checkbox": "^2.3.29",
84
85
  "@heroui/date-input": "^2.3.29",
@@ -119,6 +120,7 @@
119
120
  "zod": "^4.3.5"
120
121
  },
121
122
  "peerDependencies": {
123
+ "@heroui/autocomplete": ">=2 <3",
122
124
  "@heroui/button": ">=2 <3",
123
125
  "@heroui/checkbox": ">=2 <3",
124
126
  "@heroui/date-input": ">=2 <3",
@@ -138,6 +140,9 @@
138
140
  "zod": ">=4"
139
141
  },
140
142
  "peerDependenciesMeta": {
143
+ "@heroui/autocomplete": {
144
+ "optional": true
145
+ },
141
146
  "@heroui/button": {
142
147
  "optional": true
143
148
  },
@@ -182,6 +187,7 @@
182
187
  "@hookform/resolvers": "^5.2.2"
183
188
  },
184
189
  "overrides": {
190
+ "@heroui/autocomplete": "^2",
185
191
  "@heroui/button": "^2.2.29",
186
192
  "@heroui/checkbox": "^2.3.29",
187
193
  "@heroui/date-input": "^2.3.29",