Bump eslint-config-scratch from 5.0.0 to 6.0.0

Bumps [eslint-config-scratch](https://github.com/LLK/eslint-config-scratch) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/LLK/eslint-config-scratch/releases)
- [Commits](https://github.com/LLK/eslint-config-scratch/compare/v5.0.0...v6.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-17 07:52:53 +00:00 committed by Karishma Chadha
parent d8cd6bb030
commit faa6a604ed
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -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": {

View file

@ -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",