Skip to content

Commit 95925fb

Browse files
build(deps-dev): update eslint-plugin-react-hooks requirement
Updates the requirements on [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) to permit the latest version. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f261b66 commit 95925fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"eslint-plugin-prettier": "^5.1.3",
6363
"eslint-plugin-promise": "^6.2.0",
6464
"eslint-plugin-react": "^7.34.3",
65-
"eslint-plugin-react-hooks": "^5.0.0",
65+
"eslint-plugin-react-hooks": "^5.1.0",
6666
"fs-extra": "^11.2.0",
6767
"glob": "^10.4.1",
6868
"identity-obj-proxy": "^3.0.0",

0 commit comments

Comments
 (0)