From b2544fdf7072395547dbd77b220d1e5d3a97dd2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Jul 2022 21:18:24 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-testing-library to v5.6.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e8b1374..afc9513 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-config-next": "12.1.6", "eslint-config-prettier": "8.5.0", "eslint-plugin-prettier": "4.0.0", - "eslint-plugin-testing-library": "5.4.0", + "eslint-plugin-testing-library": "5.6.0", "husky": "7.0.4", "jest": "27.5.1", "lint-staged": "12.4.1", diff --git a/yarn.lock b/yarn.lock index 190b13e..0f1c35a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3957,10 +3957,10 @@ eslint-plugin-react@^7.29.4: semver "^6.3.0" string.prototype.matchall "^4.0.6" -eslint-plugin-testing-library@5.4.0: - version "5.4.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.4.0.tgz#614767a470bc9ffa4b4308cdbc31d3ec6f6a99ad" - integrity sha512-XjxIf4g33KaZXxRNbR33+0WcRQ/zt8N0R58IY6/kkHnrY6zPsC1gs3u5cTZr5eUmCZN/sjoPak3uF5vHGKg2wg== +eslint-plugin-testing-library@5.6.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.6.0.tgz#91e810ecb838f86decc9b5202876c87e42d73ea7" + integrity sha512-y63TRzPhGCMNsnUwMGJU1MFWc/3GvYw+nzobp9QiyNTTKsgAt5RKAOT1I34+XqVBpX1lC8bScoOjCkP7iRv0Mw== dependencies: "@typescript-eslint/utils" "^5.13.0"