From 8465cf746810f1774bf9c8a7635c78cdcafd378a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 11 Jun 2019 19:38:09 +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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 014088808..ca4ad734a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14845,9 +14845,9 @@ "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.0.0" diff --git a/package.json b/package.json index b7689bb79..ddd4123db 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "enzyme-adapter-react-16": "1.14.0", "eslint-config-semistandard": "7.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.1.1", "eslint-plugin-react": "6.10.0", "eslint-plugin-standard": "4.0.0",