We currently have it pinned as
|
"react-hook-form": "^7.58.1", |
When doing a full lockfile regen in #4217 I started hitting typescript errors. I traced it down to https://github.com/react-hook-form/react-hook-form/releases/tag/v7.66.0
I'm hesitant to bump the typescript version in Paragon while frontend-build still uses typescript 4.x, so any full regen until then might encounter this issue.
I could have pinned it in the www/package.json, but I'd prefer to have the issue at least reappear on full regens so we remember to deal with it.
We currently have it pinned as
paragon/www/package.json
Line 35 in 5dc0196
When doing a full lockfile regen in #4217 I started hitting typescript errors. I traced it down to https://github.com/react-hook-form/react-hook-form/releases/tag/v7.66.0
I'm hesitant to bump the typescript version in Paragon while
frontend-buildstill uses typescript4.x, so any full regen until then might encounter this issue.I could have pinned it in the
www/package.json, but I'd prefer to have the issue at least reappear on full regens so we remember to deal with it.