Locking react hooks plugin due to conflicts

This commit is contained in:
Lucid Kobold
2022-04-01 16:44:59 -05:00
parent 6fe98b93ef
commit 87aee7c00f
2 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "<7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-hooks": "<=4.3.0",
"prettier": "^2.6.1",
"typescript": "<4.6.0"
},