From 9b35e7a9bb85fcce8f4b3f9c8ccbcb3e8d27dd87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:24:09 +0000 Subject: [PATCH] Bump @testing-library/react from 13.4.0 to 14.1.2 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 13.4.0 to 14.1.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/v13.4.0...v14.1.2) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:production 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 3c00526..8d5a2ab 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@phosphor-icons/react": "^2.0.14", "@testing-library/jest-dom": "^5.16.5", - "@testing-library/react": "^13.4.0", + "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^13.5.0", "@types/dompurify": "^3.0.5", "@types/jest": "^29.5.8",