Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 2a1e177

Browse files
authored
Merge pull request #911 from kufu/renovate/react-monorepo
chore: update dependency eslint-plugin-react-hooks to ^5.1.0
2 parents add2e85 + 228f1dc commit 2a1e177

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"eslint-plugin-import": "^2.31.0",
5454
"eslint-plugin-jsx-a11y": "^6.10.2",
5555
"eslint-plugin-react": "^7.37.2",
56-
"eslint-plugin-react-hooks": "^5.0.0",
56+
"eslint-plugin-react-hooks": "^5.1.0",
5757
"eslint-plugin-smarthr": "1.0.0",
5858
"globals": "^15.12.0",
5959
"typescript-eslint": "^8.18.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2234,10 +2234,10 @@ eslint-plugin-jsx-a11y@^6.10.2:
22342234
safe-regex-test "^1.0.3"
22352235
string.prototype.includes "^2.0.1"
22362236

2237-
eslint-plugin-react-hooks@^5.0.0:
2238-
version "5.0.0"
2239-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz#72e2eefbac4b694f5324154619fee44f5f60f101"
2240-
integrity sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==
2237+
eslint-plugin-react-hooks@^5.1.0:
2238+
version "5.1.0"
2239+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854"
2240+
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
22412241

22422242
eslint-plugin-react@^7.37.2:
22432243
version "7.37.2"

0 commit comments

Comments
 (0)