mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
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:
parent
d8cd6bb030
commit
faa6a604ed
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue