From 49399d93248dd195b408b17dcda67a222a7392ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 01:31:42 +0000 Subject: [PATCH] chore(deps): Update dependency eslint-plugin-react to v7.31.1 --- package.json | 2 +- packages/dev-dependencies/package.json | 2 +- packages/eslint-config-next/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index de7025286b..2ffa13292e 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "enzyme-adapter-react-16": "^1.15.6", "enzyme-to-json": "^3.6.2", "eslint": "^8.23.0", - "eslint-plugin-react": "^7.31.0", + "eslint-plugin-react": "^7.31.1", "eslint-plugin-react-hooks": "^4.6.0", "husky": "^8.0.1", "jest": "^28.1.3", diff --git a/packages/dev-dependencies/package.json b/packages/dev-dependencies/package.json index 3c9e3b2aaa..f49f08b556 100644 --- a/packages/dev-dependencies/package.json +++ b/packages/dev-dependencies/package.json @@ -43,7 +43,7 @@ "enzyme-adapter-react-16": "^1.15.6", "enzyme-to-json": "^3.6.2", "eslint": "^8.23.0", - "eslint-plugin-react": "^7.31.0", + "eslint-plugin-react": "^7.31.1", "eslint-plugin-react-hooks": "^4.6.0", "execa": "^5.1.1", "husky": "^8.0.1", diff --git a/packages/eslint-config-next/package.json b/packages/eslint-config-next/package.json index 6efbdeabd9..22b0e19e67 100644 --- a/packages/eslint-config-next/package.json +++ b/packages/eslint-config-next/package.json @@ -12,7 +12,7 @@ "peerDependencies": { "@typescript-eslint/eslint-plugin": ">= 5.35.1", "eslint": ">= 8.23.0", - "eslint-plugin-react": ">= 7.31.0", + "eslint-plugin-react": ">= 7.31.1", "eslint-plugin-react-hooks": ">= 4.6.0" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 8de1f76601..4595ddcdb7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7313,10 +7313,10 @@ eslint-plugin-react-hooks@^4.6.0: resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3" integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g== -eslint-plugin-react@^7.31.0: - version "7.31.0" - resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.0.tgz#fd3f81c9db5971095b3521ede22781afd37442b0" - integrity sha512-BWriBttYYCnfb4RO9SB91Og8uA9CPcBMl5UlCOCtuYW1UjhN3QypzEcEHky4ZIRZDKjbO2Blh9BjP8E7W/b1SA== +eslint-plugin-react@^7.31.1: + version "7.31.1" + resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.1.tgz#d29793ed27743f3ed8a473c347b1bf5a0a8fb9af" + integrity sha512-j4/2xWqt/R7AZzG8CakGHA6Xa/u7iR8Q3xCxY+AUghdT92bnIDOBEefV456OeH0QvBcroVc0eyvrrLSyQGYIfg== dependencies: array-includes "^3.1.5" array.prototype.flatmap "^1.3.0"