(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",