We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af50bd6 commit 9c56183Copy full SHA for 9c56183
package.json
@@ -19,7 +19,7 @@
19
"eslint-plugin-node": "8.0.1",
20
"eslint-plugin-promise": "4.1.1",
21
"eslint-plugin-react": "7.12.4",
22
- "eslint-plugin-react-hooks": "2.5.1",
+ "eslint-plugin-react-hooks": "4.2.0",
23
"eslint-plugin-standard": "4.0.2",
24
"html-webpack-plugin": "3.2.0",
25
"jest": "25.1.0",
@@ -35,7 +35,7 @@
35
"jest:watch": "jest --no-coverage --verbose --watch --runInBand --notify --notifyMode always"
36
},
37
"dependencies": {
38
- "react": "16.8.6",
39
- "react-dom": "16.8.6"
+ "react": "17.0.2",
+ "react-dom": "17.0.2"
40
}
41
0 commit comments