From cc6ee0f1ae1be7374d83c57498fa41c7ea49212a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 13:06:11 +0000 Subject: [PATCH] Bump eslint-config-standard-react from 4.2.0 to 9.0.0 Bumps [eslint-config-standard-react](https://github.com/feross/eslint-config-standard-react) from 4.2.0 to 9.0.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.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 899a2b99f..57739ddf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17856,18 +17856,18 @@ "dev": true }, "eslint-config-standard-jsx": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-config-standard-jsx/-/eslint-config-standard-jsx-3.3.0.tgz", - "integrity": "sha1-yrCAGhWjYL9j+suXqyL73YjYpeA=", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-standard-jsx/-/eslint-config-standard-jsx-8.1.0.tgz", + "integrity": "sha512-ULVC8qH8qCqbU792ZOO6DaiaZyHNS/5CZt3hKqHkEhVlhPEPN3nfBqqxJCyp59XrjIBZPu1chMYe9T2DXZ7TMw==", "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": "9.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-standard-react/-/eslint-config-standard-react-9.0.0.tgz", + "integrity": "sha512-nyjOpp1QpagJUyJyzbaGQN7UPgCv+O1gwtGn/R41nqquL6M5jlrNEMRbMgXg33pczi1Oh0E0b7SikGJ+WgVYFg==", "dev": true, "requires": { - "eslint-config-standard-jsx": "^3.0.0" + "eslint-config-standard-jsx": "^8.0.0" } }, "eslint-import-resolver-node": { diff --git a/package.json b/package.json index 27540769b..a92d442c3 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "enzyme-adapter-react-16": "1.15.2", "eslint-config-semistandard": "7.0.0", "eslint-config-standard": "6.2.1", - "eslint-config-standard-react": "4.2.0", + "eslint-config-standard-react": "9.0.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-react": "7.18.0", "eslint-plugin-standard": "4.0.1",