Skip to content

Commit a2b4db0

Browse files
committed
eslint-plugin-react-hooks@4.0.7
1 parent 47915fd commit a2b4db0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

packages/eslint-plugin-react-hooks/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.0.7
2+
* Fixes an overly coarse dependency suggestion. ([@gaearon](https://github.com/gaearon) in [#19313](https://github.com/facebook/react/pull/19313))
3+
14
## 4.0.6
25
* Fix crashes and other bugs related to optional chaining. ([@gaearon](https://github.com/gaearon) in [#19273](https://github.com/facebook/react/pull/19273) and [#19275](https://github.com/facebook/react/pull/19275))
36

packages/eslint-plugin-react-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-react-hooks",
33
"description": "ESLint rules for React Hooks",
4-
"version": "4.0.6",
4+
"version": "4.0.7",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/react.git",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7512,7 +7512,7 @@ jsbn@~0.1.0:
75127512
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
75137513
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
75147514

7515-
jsdom@^15.2.1:
7515+
jsdom@^15.2.1, "jsdom@npm:@gaearon/jsdom@15.2.1":
75167516
version "15.2.1"
75177517
resolved "https://registry.yarnpkg.com/@gaearon/jsdom/-/jsdom-15.2.1.tgz#23273b20b6c7b6ca70b54bc0b0eecdc518ae9694"
75187518
integrity sha512-qQc4j+gyi06zrevvopql0pehAXrgTv71wGkKMQZg8bl2VYfv2dqbdtP0hD0TpHsuI7YF1XfE7DM62Nclr13vfA==

0 commit comments

Comments
 (0)