From 5940bd2d8ef5359d5469435bbbdbb6e8fe4e4123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 18:22:20 +0000 Subject: [PATCH] Bump @testing-library/dom from 8.11.4 to 8.13.0 Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.11.4 to 8.13.0. - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/dom-testing-library/compare/v8.11.4...v8.13.0) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index eec6cd4d0..266b310ba 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@changesets/cli": "2.22.0", "@schemastore/package": "0.0.6", "@schemastore/tsconfig": "0.0.9", - "@testing-library/dom": "8.11.4", + "@testing-library/dom": "8.13.0", "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "12.1.5", "@testing-library/user-event": "13.5.0", diff --git a/yarn.lock b/yarn.lock index 28a39ecfa..1283016dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2269,10 +2269,10 @@ dependencies: defer-to-connect "^1.0.1" -"@testing-library/dom@8.11.4", "@testing-library/dom@^8.0.0": - version "8.11.4" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.11.4.tgz#dc94d830b862e7a20686b0379eefd931baf0445b" - integrity sha512-7vZ6ZoBEbr6bfEM89W1nzl0vHbuI0g0kRrI0hwSXH3epnuqGO3KulFLQCKfmmW+60t7e4sevAkJPASSMmnNCRw== +"@testing-library/dom@8.13.0", "@testing-library/dom@^8.0.0": + version "8.13.0" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.13.0.tgz#bc00bdd64c7d8b40841e27a70211399ad3af46f5" + integrity sha512-9VHgfIatKNXQNaZTtLnalIy0jNZzY35a4S3oi08YAt9Hv1VsfZ/DfA45lM8D/UhtHBGJ4/lGwp0PZkVndRkoOQ== dependencies: "@babel/code-frame" "^7.10.4" "@babel/runtime" "^7.12.5"