diff options
author | eug-vs <eug-vs@keemail.me> | 2020-07-03 17:06:28 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-07-03 17:06:28 +0300 |
commit | 9dfbf0377663d92a2f34ebe0cf435b473ee5445b (patch) | |
tree | 1974e2009a140304dd41e5696c6ab037108c827e /package.json | |
parent | b9ab4b1c608c7022d15a264ec123f2c1a476c33d (diff) | |
download | which-ui-9dfbf0377663d92a2f34ebe0cf435b473ee5445b.tar.gz |
style: fix eslint errors
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 15972e6..4073159 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "dependencies": { "@material-ui/core": "^4.10.1", "@material-ui/icons": "^4.9.1", - "@types/react-virtualized": "^9.21.10", "axios": "^0.19.2", "lodash": "^4.17.15", "react": "^16.13.1", @@ -40,6 +39,7 @@ "@types/node": "^12.12.44", "@types/react": "^16.9.35", "@types/react-dom": "^16.9.8", + "@types/react-virtualized": "^9.21.10", "@typescript-eslint/eslint-plugin": "^3.1.0", "@typescript-eslint/parser": "^3.1.0", "eslint": "^6.8.0", |