Skip to content

Commit

Permalink
fix: forces eslint-config-react-app update to eslint-plugin-react-hooks
Browse files Browse the repository at this point in the history
* Forces esling-config-react-app to resolve eslint-plugin-react-hooks to
  the same version as used depended on by package.
  • Loading branch information
phantomjinx committed May 8, 2024
1 parent 26dedcd commit b6faa59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"jasmine": "^5.1.0"
},
"resolutions": {
"eslint-config-react-app/eslint-plugin-react-hooks": "^4.6.2",
"victory-area": "36.8.6",
"victory-bar": "36.8.6",
"victory-brush-container": "36.8.6",
Expand Down
9 changes: 0 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7241,15 +7241,6 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react-hooks@npm:^4.3.0":
version: 4.6.0
resolution: "eslint-plugin-react-hooks@npm:4.6.0"
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
checksum: 10/3c63134e056a6d98d66e2c475c81f904169db817e89316d14e36269919e31f4876a2588aa0e466ec8ef160465169c627fe823bfdaae7e213946584e4a165a3ac
languageName: node
linkType: hard

"eslint-plugin-react-hooks@npm:^4.6.2":
version: 4.6.2
resolution: "eslint-plugin-react-hooks@npm:4.6.2"
Expand Down

0 comments on commit b6faa59

Please sign in to comment.