From e50e2da15f8bf3d7b32d7307f11216d06e63acdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 07:05:28 +0000 Subject: [PATCH] Bump @testing-library/react from 12.1.5 to 13.4.0 in /themes/material Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.5 to 13.4.0. - [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/v12.1.5...v13.4.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- themes/material/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/material/package.json b/themes/material/package.json index 36f0407e..95da3c62 100644 --- a/themes/material/package.json +++ b/themes/material/package.json @@ -80,7 +80,7 @@ "@emotion/babel-plugin": "^11.3.0", "@emotion/jest": "^11.5.0", "@testing-library/jest-dom": "^5.14.1", - "@testing-library/react": "^12.1.2", + "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "@types/babel__plugin-transform-runtime": "^7.9.2", "@types/clone-deep": "^4.0.1",