eslint-plugin-react-hooks@4.0.8

This commit is contained in:
Dan Abramov 2020-07-13 17:58:49 +01:00
parent 84479046f7
commit fe19b4247b
2 changed files with 4 additions and 1 deletions

View File

@ -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))

View File

@ -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",