diff options
author | dependabot-preview[bot] | 2020-11-03 08:31:45 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 96d725f7954b6c8604ffb79bdced21c6f64ed211 (patch) | |
tree | 63106268188c52d67311811517aff11d535ac435 /vnext | |
parent | 8386d9ad46aa5b5fa5eba1d3941a5e8a34859952 (diff) |
Bump eslint-plugin-react-hooks from 4.1.2 to 4.2.0
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package-lock.json | 6 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 4c8a1a7e..1ba0b612 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -6226,9 +6226,9 @@ } }, "eslint-plugin-react-hooks": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.2.tgz", - "integrity": "sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz", + "integrity": "sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==", "dev": true }, "eslint-rule-composer": { diff --git a/vnext/package.json b/vnext/package.json index dca647b4..7be4ef91 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -26,7 +26,7 @@ "eslint-plugin-jest": "^24.1.0", "eslint-plugin-only-ascii": "^0.0.0", "eslint-plugin-react": "^7.21.4", - "eslint-plugin-react-hooks": "^4.1.2", + "eslint-plugin-react-hooks": "^4.2.0", "eslint-webpack-plugin": "^2.1.0", "file-loader": "^6.1.1", "html-loader": "^1.3.2", |