Skip to content

Commit 071877b

Browse files
renovate[bot]felixfbecker
authored andcommitted
fix(deps): update dependency eslint-plugin-react-hooks to v2 (#14)
1 parent bcdcfba commit 071877b

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.18.2",
4444
"eslint-plugin-jsdoc": "^15.8.0",
4545
"eslint-plugin-react": "^7.16.0",
46-
"eslint-plugin-react-hooks": "^1.6.1"
46+
"eslint-plugin-react-hooks": "^2.2.0"
4747
}
4848
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,10 +1532,10 @@ eslint-plugin-jsdoc@^15.8.0:
15321532
object.entries-ponyfill "^1.0.1"
15331533
regextras "^0.6.1"
15341534

1535-
eslint-plugin-react-hooks@^1.6.1:
1536-
version "1.6.1"
1537-
resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.6.1.tgz#3c66a5515ea3e0a221ffc5d4e75c971c217b1a4c"
1538-
integrity sha512-wHhmGJyVuijnYIJXZJHDUF2WM+rJYTjulUTqF9k61d3BTk8etydz+M4dXUVH7M76ZRS85rqBTCx0Es/lLsrjnA==
1535+
eslint-plugin-react-hooks@^2.2.0:
1536+
version "2.2.0"
1537+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.2.0.tgz#078264e9e388da6929ace09d6abe92c85963aff4"
1538+
integrity sha512-jSlnBjV2cmyIeL555H/FbvuSbQ1AtpHjLMHuPrQnt1eVA6lX8yufdygh7AArI2m8ct7ChHGx2uOaCuxq2MUn6g==
15391539

15401540
eslint-plugin-react@^7.16.0:
15411541
version "7.16.0"

0 commit comments

Comments
 (0)