Skip to content

Commit fe19b42

Browse files
committed
eslint-plugin-react-hooks@4.0.8
1 parent 8447904 commit fe19b42

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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.8
2+
* Fixes TypeScript `typeof` annotation to not be considered a dependency. ([@delca85](https://github.com/delca85) in [#19316](https://github.com/facebook/react/pull/19316))
3+
14
## 4.0.7
25
* Fixes an overly coarse dependency suggestion. ([@gaearon](https://github.com/gaearon) in [#19313](https://github.com/facebook/react/pull/19313))
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.7",
4+
"version": "4.0.8",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/react.git",

0 commit comments

Comments
 (0)