From 4b05cf7810c2f5a2d0c8bd8080e5f5f9d342e80f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 23:03:01 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/react from 14.3.1 to 16.3.2 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.3.1 to 16.3.2. - [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/v14.3.1...v16.3.2) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-version: 16.3.2 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 2a514215f2..2c2073666e 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@stackblitz/sdk": "1.11.0", "@svgr/webpack": "^8.1.0", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^14.1.2", + "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.5.2", "@types/node": "^22.7.4", "@types/react": "^18.3.12",