From 1db50d8aa5e170fcc15781bedc61dfe86008c926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 17:23:38 +0000 Subject: [PATCH] build(deps): bump @testing-library/dom from 8.3.0 to 8.5.0 Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.3.0 to 8.5.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.3.0...v8.5.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 fbefcfbb..c014d078 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@pybricks/ide-docs": "1.6.0", "@pybricks/mpy-cross-v5": "^2.0.0", "@shopify/react-i18n": "^6.2.0", - "@testing-library/dom": "^8.3.0", + "@testing-library/dom": "^8.5.0", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^12.1.0", "@testing-library/user-event": "^13.2.0", diff --git a/yarn.lock b/yarn.lock index 731a57f4..e4d3ee2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1860,10 +1860,10 @@ "@svgr/plugin-svgo" "^5.5.0" loader-utils "^2.0.0" -"@testing-library/dom@^8.0.0", "@testing-library/dom@^8.3.0": - version "8.3.0" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.3.0.tgz#62eacb67f071df8dc67981f7011fe27ac2334804" - integrity sha512-4Eu+ExT7UhesxcRjumD7kAXv/8xhl5j2wgp2FROReXDg+Y+ArzPpU+GEN0+0m0SYlOu9hBtvNuBrzTKqyEB1Sw== +"@testing-library/dom@^8.0.0", "@testing-library/dom@^8.5.0": + version "8.5.0" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.5.0.tgz#56e31331015f943a68c6ec27e259fdf16c69ab7d" + integrity sha512-O0fmHFaPlqaYCpa/cBL0cvroMridb9vZsMLacgIqrlxj+fd+bGF8UfAgwsLCHRF84KLBafWlm9CuOvxeNTlodw== dependencies: "@babel/code-frame" "^7.10.4" "@babel/runtime" "^7.12.5"