mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
build: update react-hook-form
This commit is contained in:
parent
0dcbb34cab
commit
1e8aa3603c
|
@ -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": "^2.3.0",
|
"@mdx-js/loader": "^2.3.0",
|
||||||
"@mdx-js/react": "^2.3.0",
|
"@mdx-js/react": "^2.3.0",
|
||||||
|
@ -78,7 +78,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.4",
|
"react-headless-pagination": "^1.1.4",
|
||||||
"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-markdown": "^8.0.6",
|
"react-markdown": "^8.0.6",
|
||||||
|
@ -105,7 +105,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
|
||||||
|
@ -176,7 +176,7 @@ importers:
|
||||||
specifier: ^1.1.4
|
specifier: ^1.1.4
|
||||||
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
|
||||||
|
@ -257,7 +257,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…
Reference in New Issue
Block a user