From 29b3d55fc31c86cbc688a14f6e76082603437660 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 09:21:31 +0000 Subject: [PATCH] Bump eslint-config-standard-react from 4.2.0 to 4.3.0 Bumps [eslint-config-standard-react](https://github.com/feross/eslint-config-standard-react) from 4.2.0 to 4.3.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...v4.3.0) Signed-off-by: dependabot[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 ffc150a8..4b82b93a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6507,12 +6507,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 efa82623..72fcd816 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": "2.3.1",