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