From fb5ee827c658e30a1d081af1eda319f589834fb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 09:39:26 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-testing-library to v6 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e06b643f..96441a84 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "eslint-plugin-import": "2.29.1", "eslint-plugin-jest": "27.9.0", "eslint-plugin-jest-dom": "^5.1.0", - "eslint-plugin-testing-library": "5.11.1", + "eslint-plugin-testing-library": "6.2.1", "git-cz": "4.9.0", "husky": "8.0.3", "jest": "29.7.0", diff --git a/yarn.lock b/yarn.lock index 294d4bd2..3b92ebf7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4061,10 +4061,10 @@ eslint-plugin-jest@27.9.0: dependencies: "@typescript-eslint/utils" "^5.10.0" -eslint-plugin-testing-library@5.11.1: - version "5.11.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz#5b46cdae96d4a78918711c0b4792f90088e62d20" - integrity sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw== +eslint-plugin-testing-library@6.2.1: + version "6.2.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.2.1.tgz#078bebc44205d66b99336a88f5cb1cfda4c3c660" + integrity sha512-CP2YV/AxtgyrXgizM4648UkuVrFGDcCA8uDmrLytGqtsa7wgC6MTuIQqEAT1Qm4/zCxnC8xRtiGgfEwEt6hmdw== dependencies: "@typescript-eslint/utils" "^5.58.0"