feat(deps): update dependency eslint-config-scratch to v5.1.0 ()

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-15 16:58:18 -08:00 committed by GitHub
parent 572edf9e1c
commit cd68cbddc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

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

View file

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