From 7a31a4da4be2ac222d248670104fd354c1622095 Mon Sep 17 00:00:00 2001 From: Carlos Esteban Lopez Date: Thu, 15 Dec 2022 12:43:54 -0500 Subject: [PATCH] fix: Set eslint-plugin-react to existing version in other packages Signed-off-by: Carlos Esteban Lopez --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index acdb961d0c..4078807ff7 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "e2e-test": "workspace:*", "eslint": "^8.6.0", "eslint-plugin-notice": "^0.9.10", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.28.0", "eslint-plugin-testing-library": "^5.9.1", "fs-extra": "10.1.0", "husky": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index bb78316755..edd00d89d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21861,7 +21861,7 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-react@npm:^7.28.0, eslint-plugin-react@npm:^7.31.11": +"eslint-plugin-react@npm:^7.28.0": version: 7.31.11 resolution: "eslint-plugin-react@npm:7.31.11" dependencies: @@ -34442,7 +34442,7 @@ __metadata: e2e-test: "workspace:*" eslint: ^8.6.0 eslint-plugin-notice: ^0.9.10 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.28.0 eslint-plugin-testing-library: ^5.9.1 fs-extra: 10.1.0 husky: ^8.0.0