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 f92ba46 commit ec8584cCopy full SHA for ec8584c
package.json
@@ -36,18 +36,18 @@
36
"eslint-plugin-jsx-a11y": "^6.5.1",
37
"eslint-plugin-prettier": "^3.1.4",
38
"eslint-plugin-react": "^7.27.1",
39
- "eslint-plugin-react-hooks": "^4.3.0"
+ "eslint-plugin-react-hooks": "^5.0.0"
40
},
41
"peerDependencies": {
42
"eslint": "^7.32.0 || ^8.2.0",
43
"prettier": "^1.18.2 || ^2.0.0",
44
"typescript": ">=3.3.1"
45
46
"devDependencies": {
47
- "@types/react": "17.0.37",
+ "@types/react": "19.1.9",
48
"eslint": "8.4.1",
49
"prettier": "2.1.2",
50
- "react": "17.0.2",
+ "react": "19.1.1",
51
"standard-version": "9.0.0",
52
"typescript": "4.5.3"
53
}
0 commit comments