From 37c5bffd55742f6e15c7fdeb4ef429105d332815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 05:51:30 +0000 Subject: [PATCH] build(deps): bump @testing-library/react from 12.1.5 to 13.3.0 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.5 to 13.3.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.3.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..f3123e06 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.3.0", "@testing-library/user-event": "^14.1.1", "@types/react": "^17.0.43", "@usds.gov/ssa-eligibility": "workspace:*",