From 5a8a9b5b0d3cd7272314392b0b2a63d92e54b291 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 13:36:42 +0000 Subject: [PATCH] build(deps): 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] --- packages/eslint-config-datacamp/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/eslint-config-datacamp/package.json b/packages/eslint-config-datacamp/package.json index d2ba853..1387ab3 100644 --- a/packages/eslint-config-datacamp/package.json +++ b/packages/eslint-config-datacamp/package.json @@ -19,7 +19,7 @@ "eslint-plugin-json": "^2.0.1", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-react": "^7.21.4", - "eslint-plugin-react-hooks": "^4.1.2", + "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-simple-import-sort": "^5.0.0", "eslint-plugin-sonarjs": "^0.5.0", "eslint-plugin-sort-destructure-keys": "^1.3.5", diff --git a/yarn.lock b/yarn.lock index 8d12bbb..a333c92 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2550,10 +2550,10 @@ eslint-plugin-prettier@^3.1.0: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-react-hooks@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.2.tgz#2eb53731d11c95826ef7a7272303eabb5c9a271e" - integrity sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg== +eslint-plugin-react-hooks@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556" + integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ== eslint-plugin-react@^7.21.4: version "7.21.4"