From d6bb7ac0d5e971a392c5a664d1e794e3360cf50c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:48:13 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/react from 12.1.5 to 16.3.0 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.5 to 16.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...v16.3.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-version: 16.3.0 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 40c97c5..2ad33f0 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@rc-component/father-plugin": "^1.0.2", "@testing-library/jest-dom": "^5.17.0", - "@testing-library/react": "^12.1.5", + "@testing-library/react": "^16.3.0", "@types/classnames": "^2.2.10", "@types/enzyme": "^3.10.5", "@types/jest": "^25.1.3",