From 33edb925f0618d004fe747bdf3324d8653586138 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 16:30:08 +0000 Subject: [PATCH] Update dependency @testing-library/jest-dom to v7 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ef31056..eeb65c1 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "zod": "^4.0.5" }, "devDependencies": { - "@testing-library/jest-dom": "^6.6.3", + "@testing-library/jest-dom": "^7.0.0", "@testing-library/react": "^16.3.0", "@types/jest": "^30.0.0", "@types/luxon": "^3.4.2", diff --git a/yarn.lock b/yarn.lock index 476e8d9..1ca2dd7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3531,10 +3531,10 @@ dependencies: "@tanstack/query-core" "5.103.1" -"@testing-library/jest-dom@^6.6.3": - version "6.9.1" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz#7613a04e146dd2976d24ddf019730d57a89d56c2" - integrity sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA== +"@testing-library/jest-dom@^7.0.0": + version "7.0.1" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-7.0.1.tgz#649a9a8b2039f28d29f9f7a46eba9a8b727f811e" + integrity sha512-oMDTC3oA+6CXSO2JZnvOI7CA6oVub6kij5ggk9ohwye5slmkwxYDXcPOVxgMw/RQlticjtO0C1RZkR97HgrWMw== dependencies: "@adobe/css-tools" "^4.4.0" aria-query "^5.0.0"