From 6982b4f13337093b3715d8c830db05c8815091f0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 21:13:39 +0000 Subject: [PATCH] Bump eslint-config-standard-react from 4.2.0 to 9.2.0 Bumps [eslint-config-standard-react](https://github.com/feross/eslint-config-standard-react) from 4.2.0 to 9.2.0. - [Release notes](https://github.com/feross/eslint-config-standard-react/releases) - [Commits](https://github.com/feross/eslint-config-standard-react/compare/v4.2.0...v9.2.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d313ccb..eccba800 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6279,12 +6279,12 @@ "dev": true }, "eslint-config-standard-react": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/eslint-config-standard-react/-/eslint-config-standard-react-4.2.0.tgz", - "integrity": "sha1-0V/SXoN+IK/w2zL2T7VdEYgOuNA=", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/eslint-config-standard-react/-/eslint-config-standard-react-4.3.0.tgz", + "integrity": "sha1-fg01dfFaPAtmOcy2OUnftbo6Coo=", "dev": true, "requires": { - "eslint-config-standard-jsx": "3.3.0" + "eslint-config-standard-jsx": "^3.0.0" } }, "eslint-plugin-promise": { diff --git a/package.json b/package.json index 9affee58..5e9ef684 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "eslint": "3.16.1", "eslint-config-semistandard": "15.0.0", "eslint-config-standard": "6.2.1", - "eslint-config-standard-react": "4.2.0", + "eslint-config-standard-react": "4.3.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-react": "7.13.0", "eslint-plugin-standard": "4.0.1",