mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
eslint-plugin-react-hooks@4.0.8
This commit is contained in:
parent
84479046f7
commit
fe19b4247b
|
|
@ -1,3 +1,6 @@
|
|||
## 4.0.8
|
||||
* Fixes TypeScript `typeof` annotation to not be considered a dependency. ([@delca85](https://github.com/delca85) in [#19316](https://github.com/facebook/react/pull/19316))
|
||||
|
||||
## 4.0.7
|
||||
* Fixes an overly coarse dependency suggestion. ([@gaearon](https://github.com/gaearon) in [#19313](https://github.com/facebook/react/pull/19313))
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "eslint-plugin-react-hooks",
|
||||
"description": "ESLint rules for React Hooks",
|
||||
"version": "4.0.7",
|
||||
"version": "4.0.8",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react.git",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user