From dd2f65e5dc3b87e21e08df4d0d1e800ff335f0c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 05:20:36 +0000 Subject: [PATCH] build(deps): bump @testing-library/react from 12.1.5 to 13.2.0 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.5 to 13.2.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.2.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/questionable-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/questionable-tests/package.json b/packages/questionable-tests/package.json index 046e9a1a..f1cb79e0 100644 --- a/packages/questionable-tests/package.json +++ b/packages/questionable-tests/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@testing-library/jest-dom": "^5.16.4", - "@testing-library/react": "^12.1.4", + "@testing-library/react": "^13.2.0", "@testing-library/user-event": "^14.1.1", "@types/react": "^17.0.43", "@usds.gov/ssa-eligibility": "workspace:*",