(dependencies) add react-hook-form

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:08:00 +02:00
parent 3471e2e0b2
commit 314462a3c8
2 changed files with 34 additions and 2 deletions

View File

@@ -42,8 +42,8 @@
"deploy-storybook": "storybook-to-ghpages --existing-output-dir ./storybook-static"
},
"dependencies": {
"@fontsource/material-icons": "5.0.5",
"@fontsource-variable/roboto-flex": "5.0.5",
"@fontsource/material-icons": "5.0.5",
"@internationalized/date": "3.3.0",
"@openfun/cunningham-tokens": "*",
"@react-aria/calendar": "3.4.0",
@@ -56,7 +56,8 @@
"downshift": "8.0.0",
"react": "18.2.0",
"react-aria": "3.26.0",
"react-dom": "18.2.0"
"react-dom": "18.2.0",
"yup": "^1.2.0"
},
"engines": {
"node": ">=16.0.0"
@@ -93,6 +94,7 @@
"css-loader": "6.8.1",
"glob": "10.3.3",
"jsdom": "22.1.0",
"react-hook-form": "7.45.2",
"remark-gfm": "3.0.1",
"sass": "1.63.6",
"sass-loader": "13.3.2",