diff --git a/package.json b/package.json index 2675746..e3e0b98 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "eslint-plugin-node": "8.0.1", "eslint-plugin-promise": "4.1.1", "eslint-plugin-react": "7.12.4", - "eslint-plugin-react-hooks": "2.5.1", + "eslint-plugin-react-hooks": "4.2.0", "eslint-plugin-standard": "4.0.2", "html-webpack-plugin": "3.2.0", "jest": "25.1.0", @@ -35,7 +35,7 @@ "jest:watch": "jest --no-coverage --verbose --watch --runInBand --notify --notifyMode always" }, "dependencies": { - "react": "16.8.6", - "react-dom": "16.8.6" + "react": "17.0.2", + "react-dom": "17.0.2" } }