-
- Downloads
Merge branch 'hook-form' into 'dev'
Hook form for form validation See merge request !14
No related branches found
No related tags found
... | @@ -3,6 +3,7 @@ | ... | @@ -3,6 +3,7 @@ |
"version": "0.1.0", | "version": "0.1.0", | ||
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
"@hookform/devtools": "^2.2.1", | |||
"@material-ui/core": "^4.11.3", | "@material-ui/core": "^4.11.3", | ||
"@testing-library/jest-dom": "^5.11.4", | "@testing-library/jest-dom": "^5.11.4", | ||
"@testing-library/react": "^11.1.0", | "@testing-library/react": "^11.1.0", | ||
... | @@ -16,6 +17,7 @@ | ... | @@ -16,6 +17,7 @@ |
"eslint-config-airbnb-typescript": "^12.3.1", | "eslint-config-airbnb-typescript": "^12.3.1", | ||
"react": "^17.0.1", | "react": "^17.0.1", | ||
"react-dom": "^17.0.1", | "react-dom": "^17.0.1", | ||
"react-hook-form": "^6.15.5", | |||
"react-router-dom": "^5.2.0", | "react-router-dom": "^5.2.0", | ||
"react-scripts": "4.0.3", | "react-scripts": "4.0.3", | ||
"typescript": "^4.1.2" | "typescript": "^4.1.2" | ||
... | ... |
Please register or sign in to comment