➕(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:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user