diff options
author | ilyayudovin <46264063+ilyayudovin@users.noreply.github.com> | 2020-11-17 15:51:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 15:51:37 +0300 |
commit | bd9a1b7f4222788c784c2c14366e5181da520cf9 (patch) | |
tree | 5227a935584dbbdf68f8be8278a3fdeb7b300734 /package.json | |
parent | db731f1b88fdfa95f16255767e44762211f47196 (diff) | |
parent | fe82b4e0ef835e6921575f1927174479bea7f777 (diff) | |
download | which-ui-bd9a1b7f4222788c784c2c14366e5181da520cf9.tar.gz |
Merge pull request #109 from which-ecosystem/avatarCrop
fix: clear eslint errors
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 6a58a9c..fafb806 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "bluebird": "^3.7.2", "compressorjs": "^1.0.6", "formik": "^2.1.5", + "history": "^5.0.0", "lodash": "^4.17.15", "notistack": "^0.9.17", "react": "^16.13.1", @@ -17,6 +18,7 @@ "react-easy-crop": "^3.2.2", "react-error-boundary": "^2.3.1", "react-icons": "^3.10.0", + "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "react-scripts": "3.4.1", "react-virtualized": "^9.21.2", |