From af3cabee50d475ccc4d91c061912be6bd61bf9ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 10:58:32 +0000 Subject: [PATCH] chore(deps)!: migrate @testing-library/jest-dom to ^7.0.0 --- internal/deps/npm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/deps/npm.go b/internal/deps/npm.go index 4954579..220c1ab 100644 --- a/internal/deps/npm.go +++ b/internal/deps/npm.go @@ -27,7 +27,7 @@ var npm = map[string]string{ "@tanstack/react-query-devtools": "^5.101.2", "@tanstack/react-router": "^1.170.17", "@tanstack/router-plugin": "^1.168.19", - "@testing-library/jest-dom": "^6.9.1", + "@testing-library/jest-dom": "^7.0.0", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/cookie-parser": "^1.4.10",