From 88e61f3e0990d0cc2c20ac6fb0f14104d3288578 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2019 16:19:23 +0200 Subject: [PATCH] Bump eslint-plugin-react-hooks from 1.6.0 to 1.6.1 (#65) Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fb5d687aff09a5..3a732b186859c1 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "eslint-plugin-material-ui": "link:packages/eslint-plugin-material-ui", "eslint-plugin-mocha": "^5.0.0", "eslint-plugin-react": "^7.4.0", - "eslint-plugin-react-hooks": "^1.2.0", + "eslint-plugin-react-hooks": "^1.6.1", "expect-puppeteer": "^4.3.0", "fs-extra": "^7.0.0", "glob": "^7.1.2", diff --git a/yarn.lock b/yarn.lock index 0a446bc0d133b9..fbb5454eb523ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5835,10 +5835,10 @@ eslint-plugin-mocha@^5.0.0: dependencies: ramda "^0.26.1" -eslint-plugin-react-hooks@^1.2.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.6.0.tgz#348efcda8fb426399ac7b8609607c7b4025a6f5f" - integrity sha512-lHBVRIaz5ibnIgNG07JNiAuBUeKhEf8l4etNx5vfAEwqQ5tcuK3jV9yjmopPgQDagQb7HwIuQVsE3IVcGrRnag== +eslint-plugin-react-hooks@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.6.1.tgz#3c66a5515ea3e0a221ffc5d4e75c971c217b1a4c" + integrity sha512-wHhmGJyVuijnYIJXZJHDUF2WM+rJYTjulUTqF9k61d3BTk8etydz+M4dXUVH7M76ZRS85rqBTCx0Es/lLsrjnA== eslint-plugin-react@^7.4.0: version "7.13.0"