From fb06e4db787fe03da11d9ef79ff121bb246d8e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:53:33 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/react from 12.1.5 to 16.1.0 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.5 to 16.1.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...v16.1.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 e0043a30..d8701fa1 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "devDependencies": { "@rc-component/father-plugin": "^1.1.0", "@rc-component/trigger": "^1.18.3", - "@testing-library/react": "^12.1.5", + "@testing-library/react": "^16.1.0", "@types/jest": "^29.5.13", "@types/node": "^22.7.5", "@types/react": "^18.3.11",