From 7371b4423236c995d723f8a84b849ea18b7c189c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 12:00:56 +0000 Subject: [PATCH] Bump eslint-plugin-testing-library from 5.6.0 to 5.7.0 Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json) - [Commits](https://github.com/testing-library/eslint-plugin-testing-library/compare/v5.6.0...v5.7.0) --- updated-dependencies: - dependency-name: eslint-plugin-testing-library dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6bed67bd..8ad8c368 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.7", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-testing-library": "^5.6.0", + "eslint-plugin-testing-library": "^5.7.0", "eslint-webpack-plugin": "^3.2.0", "file-loader": "^6.2.0", "html-webpack-plugin": "^5.5.0", diff --git a/yarn.lock b/yarn.lock index c92d68a5..a4739c4b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4036,10 +4036,10 @@ eslint-plugin-react@^7.27.1, eslint-plugin-react@^7.31.7: semver "^6.3.0" string.prototype.matchall "^4.0.7" -eslint-plugin-testing-library@^5.0.1, 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== +eslint-plugin-testing-library@^5.0.1, eslint-plugin-testing-library@^5.7.0: + version "5.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.7.0.tgz#08046bce93c63c0d4bf01ec62550130237bb1575" + integrity sha512-pI8LKtFiAflBpN4h14vTtfhKqLwtIW40TNhWyw0ckqHm0W/J0VmYtThoxpTAdHrvEWnkALSG1Z8ABBkIncMIHA== dependencies: "@typescript-eslint/utils" "^5.13.0"