From f20cb275a09861e38d478453f77cdeb8d89165dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:11:54 +0000 Subject: [PATCH] chore(deps-dev)(deps-dev): update @testing-library/react requirement Updates the requirements on [@testing-library/react](https://github.com/testing-library/react-testing-library) to permit the latest version. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v16.3.0...v16.3.2) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-version: 16.3.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b779907..e6c6aca0 100644 --- a/package.json +++ b/package.json @@ -165,7 +165,7 @@ "@biomejs/biome": "^1.9.4", "@sentry/esbuild-plugin": "^3.2.4", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^16.3.0", + "@testing-library/react": "^16.3.2", "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "^14.6.1", "@types/aws-lambda": "^8.10.156",