(dependencies) add @hookform/resolvers

Our form elements needs to be usable with react-hook-form
This lib is needed to create examples stories
This commit is contained in:
Romain Le Cellier
2023-07-25 15:16:40 +02:00
parent 314462a3c8
commit 1953d52cdb
2 changed files with 6 additions and 0 deletions

View File

@@ -68,6 +68,7 @@
"@babel/plugin-proposal-export-default-from": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@faker-js/faker": "8.0.2",
"@hookform/resolvers": "3.1.1",
"@openfun/cunningham-tokens": "*",
"@openfun/typescript-configs": "*",
"@storybook/addon-a11y": "7.1.0",

View File

@@ -2505,6 +2505,11 @@
tslib "^2.4.0"
typescript "^4.7 || 5"
"@hookform/resolvers@^3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-3.1.1.tgz#b374d33e356428fff9c6ef3c933441fe15e40784"
integrity sha512-tS16bAUkqjITNSvbJuO1x7MXbn7Oe8ZziDTJdA9mMvsoYthnOOiznOTGBYwbdlYBgU+tgpI/BtTU3paRbCuSlg==
"@humanwhocodes/config-array@^0.11.10":
version "0.11.10"
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"