From 230dd2772fe447204592463cd486739d66c2bf5e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2020 04:51:20 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-react from 4.2.3 to 4.3.0 Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 4.2.3 to 4.3.0. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v4.2.3...v4.3.0) 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 af17dba..47b0df7 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint": "^2.4.0", "eslint-config-airbnb": "^6.0.0", "eslint-config-scality": "scality/Guidelines#71a059ad", - "eslint-plugin-react": "4.2.3" + "eslint-plugin-react": "4.3.0" }, "dependencies": { "arsenal": "scality/Arsenal#9f2e74e", diff --git a/yarn.lock b/yarn.lock index 68bbbcf..e00fa65 100644 --- a/yarn.lock +++ b/yarn.lock @@ -676,10 +676,10 @@ eslint-config-scality@scality/Guidelines#71a059ad: commander "1.3.2" markdownlint "0.0.8" -eslint-plugin-react@4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-4.2.3.tgz#79aa0205b9cfe8c98f8747b04c7ee7d043be83df" - integrity sha1-eaoCBbnP6MmPh0ewTH7n0EO+g98= +eslint-plugin-react@4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-4.3.0.tgz#c79aac8069d62de27887c13b8298d592088de378" + integrity sha1-x5qsgGnWLeJ4h8E7gpjVkgiN43g= eslint@^2.4.0: version "2.13.1"