From 7693b9c5acc0cba2e7a6f043ab1dec4b7af9eed3 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 13:55:12 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20eslint-plugin-tes?= =?UTF-8?q?ting-library=20to=20version=206.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 899285cc..3488060c 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "eslint-plugin-jest": "^27.4.2", "eslint-plugin-jest-dom": "^5.1.0", "eslint-plugin-react": "~7.33.2", - "eslint-plugin-testing-library": "^5.11.1", + "eslint-plugin-testing-library": "^6.1.0", "history": "~5.3.0", "html-webpack-plugin": "~5.5.3", "jest": "~29.7.0", diff --git a/yarn.lock b/yarn.lock index affb73f4..c44ceb9e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3315,10 +3315,10 @@ eslint-plugin-react@^7.0.0, eslint-plugin-react@~7.33.2: semver "^6.3.1" string.prototype.matchall "^4.0.8" -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.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.1.0.tgz#6f4fbc50dfbac100b0c6083b1e6b06cea9a86feb" + integrity sha512-r7kE+az3tbp8vyRwfyAGZ6V/xw+XvdWFPicIo6jbOPZoossOFDeHizARqPGV6gEkyF8hyCFhhH3mlQOGS3N5Sg== dependencies: "@typescript-eslint/utils" "^5.58.0"