From b0b235768303ad646267a4cf77f34c767f3a0739 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 24 Sep 2021 19:26:18 +0000 Subject: [PATCH] =?UTF-8?q?chore(package):=20=E2=AC=86=EF=B8=8Fupdate=20es?= =?UTF-8?q?lint-plugin-testing-library=20to=20version=204.12.4?= 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 d72b6d87a..cf5f13434 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ "eslint-plugin-react": "^7.26.0", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-simple-import-sort": "^7.0.0", - "eslint-plugin-testing-library": "^4.12.3", + "eslint-plugin-testing-library": "^4.12.4", "gacp": "^2.10.2", "glob": "^7.2.0", "glob-fs": "^0.1.7", diff --git a/yarn.lock b/yarn.lock index 255c94fd0..700d3d2e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9002,10 +9002,10 @@ eslint-plugin-simple-import-sort@^7.0.0: resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-7.0.0.tgz#a1dad262f46d2184a90095a60c66fef74727f0f8" integrity sha512-U3vEDB5zhYPNfxT5TYR7u01dboFZp+HNpnGhkDB2g/2E4wZ/g1Q9Ton8UwCLfRV9yAKyYqDh62oHOamvkFxsvw== -eslint-plugin-testing-library@^4.12.3: - version "4.12.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-4.12.3.tgz#af396577ec33a548e8145651e4ed9f60ebd834d6" - integrity sha512-P2Sgp+wV3cy0cIL2EkIbPf4e/l1OmyFJvuCpRDACoXyH9kcN6LcEDdhwCGh39yJ3Xg+J02zGTLtCBKdP5+69cA== +eslint-plugin-testing-library@^4.12.4: + version "4.12.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-4.12.4.tgz#86b2abebeb0a6d4a2f1e5f0a515ad824bb9fa627" + integrity sha512-XZtoeyIZKFTiH8vhwnCaTo/mNrLHoLyufY4kkNg+clzZFeThWPjp+0QfrLam1on1k3JGwiRvoLH/V4QdBaB2oA== dependencies: "@typescript-eslint/experimental-utils" "^4.30.0"