diff --git a/package.json b/package.json index 3cfbb91..8876ac1 100644 --- a/package.json +++ b/package.json @@ -36,11 +36,9 @@ "babel-loader": "^8.1.0", "eslint": "^7.10.0", "eslint-plugin-react": "^7.21.3", + "eslint-plugin-react-hooks": "^4.1.2", "jest": "^26.5.0", "ts-jest": "^26.4.1", "typescript": "^4.0.3" - }, - "dependencies": { - "eslint-plugin-react-hooks": "^4.1.2" } }