From cd68cbddc2a3c04442c44fd2e5e3f5af76b69c75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 16:58:18 -0800 Subject: [PATCH] feat(deps): update dependency eslint-config-scratch to v5.1.0 (#83) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d893131..38197073 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index e42d35de..2e7486f2 100644 --- a/package.json +++ b/package.json @@ -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",