Skip to content

Commit fe814fa

Browse files
authored
chore(deps): upgrade react-hook-form from 7.43.7 to 7.54.2 (#155)
2 parents c5c1acc + b89d4aa commit fe814fa

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

next-env.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

package-lock.json

+10-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"react": "^18.3.1",
3333
"react-dom": "^18.3.1",
3434
"react-error-boundary": "^3.1.4",
35-
"react-hook-form": "^7.31.0",
35+
"react-hook-form": "^7.54.2",
3636
"react-syntax-highlighter": "^15.5.0",
3737
"rekor": "^0.2.0",
3838
"sharp": "^0.33.2"

src/modules/components/SearchForm.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ export function SearchForm({ defaultValues, onSubmit, isLoading }: FormProps) {
159159
},
160160
pattern: undefined,
161161
min: undefined,
162+
deps: undefined,
162163
},
163164
inputConfigByAttribute[watchAttribute].rules,
164165
);

0 commit comments

Comments
 (0)