From 159b7289c37cbc66422734c0ae6c5ef6c9c3e4dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:37:13 -0400 Subject: [PATCH] Bump @testing-library/dom from 9.3.4 to 10.1.0 (#281) Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 9.3.4 to 10.1.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/v9.3.4...v10.1.0) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dde8afd..b728c41 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "@babel/register": "^7.0.0", - "@testing-library/dom": "^9.0.0", + "@testing-library/dom": "^10.1.0", "@testing-library/react": "^15.0.0", "@testing-library/user-event": "^14.4.3", "autoprefixer": "^10.4.13",