mirror of
https://github.com/scratchfoundation/scratch-parser.git
synced 2025-07-12 06:14:11 -04:00
feat(deps): update dependency eslint-config-scratch to v5.1.0 (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
572edf9e1c
commit
cd68cbddc2
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -21,7 +21,7 @@
|
|||
"benchmark": "^2.1.1",
|
||||
"cz-conventional-changelog": "^2.1.0",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-config-scratch": "5.0.0",
|
||||
"eslint-config-scratch": "5.1.0",
|
||||
"glob": "^7.0.6",
|
||||
"husky": "0.14.3",
|
||||
"semantic-release": "^15.1.6",
|
||||
|
@ -4417,16 +4417,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-config-scratch": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-5.0.0.tgz",
|
||||
"integrity": "sha512-QBKshdLZFDW+4oQR4v9KNBE+WtGJGByaSLFj7dbv+7atvmoa2RyF1Mk2eRw3fQUTQD6C34KMks0+vNOoq7nhrg==",
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-5.1.0.tgz",
|
||||
"integrity": "sha512-JQMxERL3eo0TMy87NZFm6yS0i2XOMplffKz9CD/2ta2i/+3FTgajxzF9n7R7vi9C+GMLSTSLZJ5X90tINuAhjg==",
|
||||
"dev": true,
|
||||
"optionalDependencies": {
|
||||
"eslint-plugin-react": "^7.0"
|
||||
"eslint-plugin-react": ">=7.14.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"babel-eslint": "^8.0.1",
|
||||
"eslint": "^4.0"
|
||||
"babel-eslint": ">=8.0.1",
|
||||
"eslint": ">=4.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-react": {
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"benchmark": "^2.1.1",
|
||||
"cz-conventional-changelog": "^2.1.0",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-config-scratch": "5.0.0",
|
||||
"eslint-config-scratch": "5.1.0",
|
||||
"glob": "^7.0.6",
|
||||
"husky": "0.14.3",
|
||||
"semantic-release": "^15.1.6",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue