From 8ac92aab19602d37fc4dcdd5ce58fe3e67ddd07f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 05:38:13 -0500 Subject: [PATCH] Update dependency @testing-library/dom to v9 (#63908) ignore testing-library/dom updates until react 18 Co-authored-by: Ashley Harrison --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index c9831f8b844..11a0b83de88 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -24,6 +24,7 @@ "@sentry/utils", // dep updates blocked by React 18 + "@testing-library/dom", "@testing-library/react", "@types/react", "@types/react-dom",