diff --git a/package-lock.json b/package-lock.json index d04b4386f..d6c191a70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7544,12 +7544,12 @@ } }, "eslint-config-scratch": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-5.0.0.tgz", - "integrity": "sha1-s3OvhEFNO+0nkq3kGOmgxvrnmf0=", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-6.0.0.tgz", + "integrity": "sha512-2aW7EVWhjTrwaM54hjAZeRETh/habWeQ5xzTbPO2dG//RtixBztUAmdxqAHKH8MEtmAMsUhf3mRjO1BstO4dGg==", "dev": true, "requires": { - "eslint-plugin-react": "^7.0" + "eslint-plugin-react": ">=7.14.2" } }, "eslint-plugin-cypress": { diff --git a/package.json b/package.json index 0c73add44..8079ec91f 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "enzyme": "3.10.0", "enzyme-adapter-react-16": "1.14.0", "eslint": "5.16.0", - "eslint-config-scratch": "5.0.0", + "eslint-config-scratch": "6.0.0", "eslint-plugin-cypress": "^2.0.1", "eslint-plugin-json": "2.0.1", "eslint-plugin-react": "7.14.2",