From 3feed29845b42118203032b9e53842000af475e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:34:15 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/jest-dom from 6.10.0 to 7.0.0 Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.10.0 to 7.0.0. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.10.0...v7.0.0) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-version: 7.0.0 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 d0ad0db..00e8b5f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@commitlint/prompt-cli": "^21.x", "@commitlint/types": "^21.x", "@eruptionjs/config": "^0.6.1", - "@testing-library/jest-dom": "^6.x", + "@testing-library/jest-dom": "^7.x", "@testing-library/react": "^16.x", "@testing-library/user-event": "^14.x", "@types/bun": "^1.x",