Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump eslint-plugin-react-hooks from 5.0.0 to 5.1.0 #5154

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint-plugin-no-unsanitized": "4.1.2",
"eslint-plugin-prettier": "5.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-simple-import-sort": "8.0.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"fs-extra": "11.2.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6950,12 +6950,12 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react-hooks@npm:5.0.0":
version: 5.0.0
resolution: "eslint-plugin-react-hooks@npm:5.0.0"
"eslint-plugin-react-hooks@npm:5.1.0":
version: 5.1.0
resolution: "eslint-plugin-react-hooks@npm:5.1.0"
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
checksum: eddd514a8796e8f805aa0c712d5fe6120fa6db778e3ad2949459b208f8a4bed6a48c152edfa9613f137c7527b00b42d489b5f94363d01d3a509e1f31630674dd
checksum: 14d2692214ea15b19ef330a9abf51cb8c1586339d9e758ebd61b182be68dd772af56462b04e4b9d2be923d72f46db61e8d32fcf37c248b04949c0b02f5bfb3c0
languageName: node
linkType: hard

Expand Down Expand Up @@ -14263,7 +14263,7 @@ __metadata:
eslint-plugin-no-unsanitized: 4.1.2
eslint-plugin-prettier: 5.2
eslint-plugin-react: 7.37.2
eslint-plugin-react-hooks: 5.0.0
eslint-plugin-react-hooks: 5.1.0
eslint-plugin-simple-import-sort: 8.0.0
eslint-plugin-sort-keys-fix: 1.1.2
fs-extra: 11.2.0
Expand Down
Loading