diff options
author | ilyayudovin <46264063+ilyayudovin@users.noreply.github.com> | 2020-08-29 23:39:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-29 23:39:15 +0300 |
commit | 96f1c8f86fc973ca66c8725a86b6cf277adb9c72 (patch) | |
tree | 866380704610aa2807777c21b3971dd71a020617 /package.json | |
parent | 890141100a2e9b942a6ef2de15620fa5a01ba581 (diff) | |
parent | 3c4f51295ec4ccbed37d2faf8fd751608fc48843 (diff) | |
download | which-ui-96f1c8f86fc973ca66c8725a86b6cf277adb9c72.tar.gz |
Merge pull request #97 from which-ecosystem/validSignUp
fix input validation errors
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 22c87ff..2bb2500 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "axios": "^0.19.2", "bluebird": "^3.7.2", "compressorjs": "^1.0.6", + "formik": "^2.1.5", "lodash": "^4.17.15", "notistack": "^0.9.17", "react": "^16.13.1", @@ -20,7 +21,8 @@ "react-virtualized": "^9.21.2", "swr": "^0.3.0", "typeface-roboto": "0.0.75", - "which-types": "^1.6.1" + "which-types": "^1.6.1", + "yup": "^0.29.3" }, "scripts": { "start": "react-scripts start", @@ -49,6 +51,7 @@ "@types/react-dom": "^16.9.8", "@types/react-router-dom": "^5.1.5", "@types/react-virtualized": "^9.21.10", + "@types/yup": "^0.29.6", "@typescript-eslint/eslint-plugin": "^3.1.0", "@typescript-eslint/parser": "^3.1.0", "eslint": "^6.8.0", |