From e85d38a31f2d73d198cb424e4096804939c7b36d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:30:15 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/dom to v10.2.0 (#331) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 806a72f..f40d8eb 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@babel/eslint-parser": "7.24.7", "@babel/preset-env": "7.24.7", "@babel/preset-typescript": "7.24.7", - "@testing-library/dom": "10.1.0", + "@testing-library/dom": "10.2.0", "@testing-library/react": "16.0.0", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.12", diff --git a/yarn.lock b/yarn.lock index 9145f3e..884f6b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2637,10 +2637,10 @@ dependencies: "@sinonjs/commons" "^3.0.0" -"@testing-library/dom@10.1.0": - version "10.1.0" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.1.0.tgz#2d073e49771ad614da999ca48f199919e5176fb6" - integrity sha512-wdsYKy5zupPyLCW2Je5DLHSxSfbIp6h80WoHOQc+RPtmPGA52O9x5MJEkv92Sjonpq+poOAtUKhh1kBGAXBrNA== +"@testing-library/dom@10.2.0": + version "10.2.0" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.2.0.tgz#d3b22515bc0603a06f119c6ae6670669c3f2085f" + integrity sha512-CytIvb6tVOADRngTHGWNxH8LPgO/3hi/BdCEHOf7Qd2GvZVClhVP0Wo/QHzWhpki49Bk0b4VT6xpt3fx8HTSIw== dependencies: "@babel/code-frame" "^7.10.4" "@babel/runtime" "^7.12.5"