Add formik and yup

This commit is contained in:
Hazem Krimi
2021-04-10 00:00:02 +01:00
parent d1f5efa04d
commit 656fd6b070
2 changed files with 67 additions and 18 deletions
+3 -2
View File
@@ -13,7 +13,7 @@
"@types/react-dom": "^17.0.3",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.9",
"feather-icons": "^4.28.0",
"formik": "^2.2.6",
"graphql": "^15.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
@@ -21,7 +21,8 @@
"react-scripts": "4.0.3",
"styled-components": "^5.2.3",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
"web-vitals": "^1.0.1",
"yup": "^0.32.9"
},
"scripts": {
"start": "react-scripts start",