From d0e88219578e901c53303cdf6c3e14acb040d0e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:30:20 +1000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-testing-library to v6.3.0 (#5693) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 87331cbd0d..ecc240240a 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-sonarjs": "0.25.1", "eslint-plugin-sort-keys-fix": "1.1.2", - "eslint-plugin-testing-library": "6.2.2", + "eslint-plugin-testing-library": "6.3.0", "eslint-plugin-unicorn": "52.0.0", "husky": "8.0.3", "jest": "29.7.0", diff --git a/yarn.lock b/yarn.lock index 22e05f2140..8c9f0deb34 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9322,10 +9322,10 @@ eslint-plugin-sort-keys-fix@1.1.2: natural-compare "^1.4.0" requireindex "~1.2.0" -eslint-plugin-testing-library@6.2.2: - version "6.2.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.2.2.tgz#67e84ff891a2b3a8078ced0afa95ee6f343c00c1" - integrity sha512-1E94YOTUDnOjSLyvOwmbVDzQi/WkKm3WVrMXu6SmBr6DN95xTGZmI6HJ/eOkSXh/DlheRsxaPsJvZByDBhWLVQ== +eslint-plugin-testing-library@6.3.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.3.0.tgz#9c31a9941a860efdff3c06180151ab9c8142f685" + integrity sha512-GYcEErTt6EGwE0bPDY+4aehfEBpB2gDBFKohir8jlATSUvzStEyzCx8QWB/14xeKc/AwyXkzScSzMHnFojkWrA== dependencies: "@typescript-eslint/utils" "^5.58.0"