From 1953d52cdb1d2b0de50e3f60143b972b73b69cd6 Mon Sep 17 00:00:00 2001 From: Romain Le Cellier Date: Tue, 25 Jul 2023 15:16:40 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95(dependencies)=20add=20@hookform/resol?= =?UTF-8?q?vers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Our form elements needs to be usable with react-hook-form This lib is needed to create examples stories --- packages/react/package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/packages/react/package.json b/packages/react/package.json index 164cb19..5ad48be 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 2717dff..1953bbf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"