Skip to content

Commit d14c4ac

Browse files
fix(deps): update dependency @hookform/resolvers to v5
1 parent 4b09c96 commit d14c4ac

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@devexpress/dx-react-chart-material-ui": "2.7.6",
1010
"@devexpress/dx-react-core": "2.7.6",
1111
"@graphql-portal/types": "1.2.0",
12-
"@hookform/resolvers": "1.3.8",
12+
"@hookform/resolvers": "5.2.2",
1313
"@material-ui/core": "4.12.4",
1414
"@material-ui/icons": "4.11.3",
1515
"@material-ui/lab": "4.0.0-alpha.61",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5140,10 +5140,12 @@
51405140
dependencies:
51415141
"@hapi/hoek" "^8.3.0"
51425142

5143-
"@hookform/[email protected]":
5144-
version "1.3.8"
5145-
resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-1.3.8.tgz#32e733f92b25eaddf53d72a6246a233cd53ea387"
5146-
integrity sha512-mEUqsqbx5S78+uN1tVS1vrgaFEeh4cbFzBs0tuzvWmJFGSSDaqf0Z9SoKvrDFXl8eBIQvADA6H4vsbUYnlXuxw==
5143+
"@hookform/[email protected]":
5144+
version "5.2.2"
5145+
resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-5.2.2.tgz#5ac16cd89501ca31671e6e9f0f5c5d762a99aa12"
5146+
integrity sha512-A/IxlMLShx3KjV/HeTcTfaMxdwy690+L/ZADoeaTltLx+CVuzkeVIPuybK3jrRfw7YZnmdKsVVHAlEPIAEUNlA==
5147+
dependencies:
5148+
"@standard-schema/utils" "^0.3.0"
51475149

51485150
"@humanwhocodes/config-array@^0.5.0":
51495151
version "0.5.0"
@@ -6093,6 +6095,11 @@
60936095
resolved "https://registry.yarnpkg.com/@sphinxxxx/color-conversion/-/color-conversion-2.2.2.tgz#03ecc29279e3c0c832f6185a5bfa3497858ac8ca"
60946096
integrity sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw==
60956097

6098+
"@standard-schema/utils@^0.3.0":
6099+
version "0.3.0"
6100+
resolved "https://registry.yarnpkg.com/@standard-schema/utils/-/utils-0.3.0.tgz#3d5e608f16c2390c10528e98e59aef6bf73cae7b"
6101+
integrity sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==
6102+
60966103
"@surma/rollup-plugin-off-main-thread@^1.1.1":
60976104
version "1.4.2"
60986105
resolved "https://registry.yarnpkg.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-1.4.2.tgz#e6786b6af5799f82f7ab3a82e53f6182d2b91a58"

0 commit comments

Comments
 (0)