From 4aa65c753f077b0318abaf2b8dc2b7180d5376a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 17:59:45 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-scratch to v9 --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ba9b60..3a7242f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@commitlint/cli": "17.8.1", "@commitlint/config-conventional": "17.8.1", "eslint": "8.55.0", - "eslint-config-scratch": "8.0.0", + "eslint-config-scratch": "9.0.3", "husky": "8.0.3", "semantic-release": "19.0.5" }, @@ -2584,16 +2584,16 @@ } }, "node_modules/eslint-config-scratch": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-8.0.0.tgz", - "integrity": "sha512-70Lnxx+VOs/0BFR1WlnWe6vKmrG7jzxO/02RETfaMe9ilYrdWE/VzEI1YS2YhJZCfmJbnMI0bmV+M2vjvRFp+w==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-9.0.3.tgz", + "integrity": "sha512-BSMx4Y6V7IjDW/thMXLAYTxKvjeI4M8RtHmbpUbx3N70CZV4armoA9zJ7RmER1hjV5KQebCVQy45A2xMj2Ng8w==", "dev": true, "optionalDependencies": { - "eslint-plugin-react": ">=7.14.2" + "eslint-plugin-react": ">=7.27.0" }, "peerDependencies": { "@babel/eslint-parser": "^7.11.0", - "eslint": "^7.5.0 || ^8.0.0" + "eslint": "^8.0.0" } }, "node_modules/eslint-plugin-react": { @@ -10441,12 +10441,12 @@ } }, "eslint-config-scratch": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-8.0.0.tgz", - "integrity": "sha512-70Lnxx+VOs/0BFR1WlnWe6vKmrG7jzxO/02RETfaMe9ilYrdWE/VzEI1YS2YhJZCfmJbnMI0bmV+M2vjvRFp+w==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-9.0.3.tgz", + "integrity": "sha512-BSMx4Y6V7IjDW/thMXLAYTxKvjeI4M8RtHmbpUbx3N70CZV4armoA9zJ7RmER1hjV5KQebCVQy45A2xMj2Ng8w==", "dev": true, "requires": { - "eslint-plugin-react": ">=7.14.2" + "eslint-plugin-react": ">=7.27.0" } }, "eslint-plugin-react": { diff --git a/package.json b/package.json index 5ee4db7..1286d2f 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@commitlint/cli": "17.8.1", "@commitlint/config-conventional": "17.8.1", "eslint": "8.55.0", - "eslint-config-scratch": "8.0.0", + "eslint-config-scratch": "9.0.3", "husky": "8.0.3", "semantic-release": "19.0.5" }