From 7ade7b4dec498c044cde4ecf02784ea7e4b6e9d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:47:57 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/dom from 8.20.1 to 10.3.2 Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.20.1 to 10.3.2. - [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.20.1...v10.3.2) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 218710b..56c5573 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "requireindex": "^1.2.0" }, "devDependencies": { - "@testing-library/dom": "^8.20.0", + "@testing-library/dom": "^10.3.2", "@typescript-eslint/parser": "^5.9.1", "eslint": "^8.7.0", "eslint-doc-generator": "^1.0.0",