From 8c03f580b49fa4716241a8a795a27ba79806ca57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:54:57 +0000 Subject: [PATCH] Bump @testing-library/react from 15.0.7 to 16.0.0 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:development 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 fbe5986..4f72daf 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@ant-design/tools": "^18.0.2", "@rc-component/father-plugin": "^1.0.0", "@testing-library/jest-dom": "^6.1.4", - "@testing-library/react": "^15.0.4", + "@testing-library/react": "^16.0.0", "@types/classnames": "^2.2.10", "@types/jest": "^29.5.2", "@types/node": "^20.11.6",