Skip to content

Commit edf5c8c

Browse files
fix(deps): update dependency eslint-plugin-react-hooks to v3 (#65)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f91f0ed commit edf5c8c

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
@@ -43,6 +43,6 @@
4343
"eslint-plugin-import": "^2.20.2",
4444
"eslint-plugin-jsdoc": "^22.0.0",
4545
"eslint-plugin-react": "^7.19.0",
46-
"eslint-plugin-react-hooks": "^2.5.0"
46+
"eslint-plugin-react-hooks": "^3.0.0"
4747
}
4848
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,10 +1631,10 @@ eslint-plugin-jsdoc@^22.0.0:
16311631
semver "^6.3.0"
16321632
spdx-expression-parse "^3.0.0"
16331633

1634-
eslint-plugin-react-hooks@^2.5.0:
1635-
version "2.5.0"
1636-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.5.0.tgz#c50ab7ca5945ce6d1cf8248d9e185c80b54171b6"
1637-
integrity sha512-bzvdX47Jx847bgAYf0FPX3u1oxU+mKU8tqrpj4UX9A96SbAmj/HVEefEy6rJUog5u8QIlOPTKZcBpGn5kkKfAQ==
1634+
eslint-plugin-react-hooks@^3.0.0:
1635+
version "3.0.0"
1636+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-3.0.0.tgz#9e80c71846eb68dd29c3b21d832728aa66e5bd35"
1637+
integrity sha512-EjxTHxjLKIBWFgDJdhKKzLh5q+vjTFrqNZX36uIxWS4OfyXe5DawqPj3U5qeJ1ngLwatjzQnmR0Lz0J0YH3kxw==
16381638

16391639
eslint-plugin-react@^7.19.0:
16401640
version "7.19.0"

0 commit comments

Comments
 (0)