From 6c4f13cdc28fe05a627ce10c102a01a590664df3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 16:32:34 +0000 Subject: [PATCH] build(deps): bump @testing-library/dom from 8.1.0 to 8.2.0 Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.1.0 to 8.2.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.1.0...v8.2.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 88b790cc..df16cc74 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@pybricks/ide-docs": "1.5.0", "@pybricks/mpy-cross-v5": "^2.0.0", "@shopify/react-i18n": "^6.1.7", - "@testing-library/dom": "^8.1.0", + "@testing-library/dom": "^8.2.0", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^12.0.0", "@testing-library/user-event": "^13.2.0", diff --git a/yarn.lock b/yarn.lock index 46334313..f5ee887c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1854,10 +1854,10 @@ "@svgr/plugin-svgo" "^5.5.0" loader-utils "^2.0.0" -"@testing-library/dom@^8.0.0", "@testing-library/dom@^8.1.0": - version "8.1.0" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.1.0.tgz#f8358b1883844ea569ba76b7e94582168df5370d" - integrity sha512-kmW9alndr19qd6DABzQ978zKQ+J65gU2Rzkl8hriIetPnwpesRaK4//jEQyYh8fEALmGhomD/LBQqt+o+DL95Q== +"@testing-library/dom@^8.0.0", "@testing-library/dom@^8.2.0": + version "8.2.0" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.2.0.tgz#ac46a1b9d7c81f0d341ae38fb5424b64c27d151e" + integrity sha512-U8cTWENQPHO3QHvxBdfltJ+wC78ytMdg69ASvIdkGdQ/XRg4M9H2vvM3mHddxl+w/fM6NNqzGMwpQoh82v9VIA== dependencies: "@babel/code-frame" "^7.10.4" "@babel/runtime" "^7.12.5"