refactor: swap form and textfield impl
... | ... | @@ -25,11 +25,8 @@ |
"test:coverage": "yarn test --coverage" | ||
}, | ||
"dependencies": { | ||
"@headlessui/react": "^0.2.0", | ||
"@hookform/devtools": "^2.2.1", | ||
"@hookform/resolvers": "^1.0.1", | ||
"@headlessui/react": "^0.3.1", | ||
"@reach/accordion": "^0.11.2", | ||
"@reach/combobox": "^0.11.2", | ||
"@reach/dialog": "^0.11.2", | ||
"@reach/disclosure": "^0.11.2", | ||
"@reach/visually-hidden": "^0.11.1", | ||
... | ... | @@ -91,9 +88,7 @@ |
"react-final-form": "^6.5.2", | ||
"react-final-form-arrays": "^3.1.3", | ||
"react-google-recaptcha": "^2.1.0", | ||
"react-hook-form": "^6.13.1", | ||
"react-query": "^3.12.0", | ||
"react-query-devtools": "^2.6.3", | ||
"react-toastify": "^6.1.0", | ||
"rehype-stringify": "^8.0.0", | ||
"remark-gfm": "^1.0.0", | ||
... | ... |