build: update `react-hook-form`

pull/12372/head
AkaraChen 2 years ago
parent b83dc5ab99
commit 6357e1516e

@ -31,7 +31,7 @@
"@formatjs/intl-localematcher": "^0.5.6", "@formatjs/intl-localematcher": "^0.5.6",
"@headlessui/react": "^1.7.13", "@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16", "@heroicons/react": "^2.0.16",
"@hookform/resolvers": "^3.3.4", "@hookform/resolvers": "^3.9.0",
"@lexical/react": "^0.18.0", "@lexical/react": "^0.18.0",
"@mdx-js/loader": "^3.1.0", "@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0", "@mdx-js/react": "^3.1.0",
@ -82,7 +82,7 @@
"react-easy-crop": "^5.1.0", "react-easy-crop": "^5.1.0",
"react-error-boundary": "^4.1.2", "react-error-boundary": "^4.1.2",
"react-headless-pagination": "^1.1.6", "react-headless-pagination": "^1.1.6",
"react-hook-form": "^7.51.4", "react-hook-form": "^7.53.1",
"react-i18next": "^15.1.0", "react-i18next": "^15.1.0",
"react-infinite-scroll-component": "^6.1.0", "react-infinite-scroll-component": "^6.1.0",
"react-multi-email": "^1.0.25", "react-multi-email": "^1.0.25",
@ -110,7 +110,7 @@
"tailwind-merge": "^2.4.0", "tailwind-merge": "^2.4.0",
"use-context-selector": "^2.0.0", "use-context-selector": "^2.0.0",
"uuid": "^10.0.0", "uuid": "^10.0.0",
"zod": "^3.23.6", "zod": "^3.23.8",
"zundo": "^2.1.0", "zundo": "^2.1.0",
"zustand": "^4.5.2" "zustand": "^4.5.2"
}, },

@ -35,7 +35,7 @@ importers:
specifier: ^2.0.16 specifier: ^2.0.16
version: 2.1.5(react@18.2.0) version: 2.1.5(react@18.2.0)
'@hookform/resolvers': '@hookform/resolvers':
specifier: ^3.3.4 specifier: ^3.9.0
version: 3.9.0(react-hook-form@7.53.1(react@18.2.0)) version: 3.9.0(react-hook-form@7.53.1(react@18.2.0))
'@lexical/react': '@lexical/react':
specifier: ^0.18.0 specifier: ^0.18.0
@ -188,7 +188,7 @@ importers:
specifier: ^1.1.6 specifier: ^1.1.6
version: 1.1.6(react@18.2.0) version: 1.1.6(react@18.2.0)
react-hook-form: react-hook-form:
specifier: ^7.51.4 specifier: ^7.53.1
version: 7.53.1(react@18.2.0) version: 7.53.1(react@18.2.0)
react-i18next: react-i18next:
specifier: ^15.1.0 specifier: ^15.1.0
@ -272,7 +272,7 @@ importers:
specifier: ^10.0.0 specifier: ^10.0.0
version: 10.0.0 version: 10.0.0
zod: zod:
specifier: ^3.23.6 specifier: ^3.23.8
version: 3.23.8 version: 3.23.8
zundo: zundo:
specifier: ^2.1.0 specifier: ^2.1.0

Loading…
Cancel
Save