From 61f12270dc35b01c76508f5431fbc923764cd37e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 14:24:19 +0200 Subject: [PATCH] Bump @testing-library/dom to ^8.19.0 (#34676) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: MichaƂ Dudak --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 83ceee1354350a..dfdda0ee8f6434 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@octokit/rest": "^19.0.4", "@playwright/test": "1.26.1", "@rollup/plugin-replace": "^4.0.0", - "@testing-library/dom": "^8.18.1", + "@testing-library/dom": "^8.19.0", "@testing-library/react": "^13.4.0", "@types/chai": "^4.3.3", "@types/chai-dom": "^0.0.13", diff --git a/yarn.lock b/yarn.lock index e72ac3a4db599a..381541fc0de231 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3231,10 +3231,10 @@ dependencies: defer-to-connect "^2.0.0" -"@testing-library/dom@^8.18.1", "@testing-library/dom@^8.5.0": - version "8.18.1" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.18.1.tgz#80f91be02bc171fe5a3a7003f88207be31ac2cf3" - integrity sha512-oEvsm2B/WtcHKE+IcEeeCqNU/ltFGaVyGbpcm4g/2ytuT49jrlH9x5qRKL/H3A6yfM4YAbSbC0ceT5+9CEXnLg== +"@testing-library/dom@^8.19.0", "@testing-library/dom@^8.5.0": + version "8.19.0" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.19.0.tgz#bd3f83c217ebac16694329e413d9ad5fdcfd785f" + integrity sha512-6YWYPPpxG3e/xOo6HIWwB/58HukkwIVTOaZ0VwdMVjhRUX/01E4FtQbck9GazOOj7MXHc5RBzMrU86iBJHbI+A== dependencies: "@babel/code-frame" "^7.10.4" "@babel/runtime" "^7.12.5"