From 5acff463e39915ae2aac4e0e80bc81dc3701a74c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:25:07 +0800 Subject: [PATCH] chore(deps): bump @testing-library/react from 15.0.7 to 16.0.0 (#374) Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.7 to 16.0.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/v15.0.7...v16.0.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0375da8..5bb3e51e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@mui/styled-engine-sc": "^5.12.0", "@mui/styles": "^5.14.3", "@testing-library/jest-dom": "^6.0.1", - "@testing-library/react": "^15.0.2", + "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.5.3", "@types/js-cookie": "^3.0.3",