From 226e92819efd9af24285a0a2519fdfdb3662d537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 21:36:16 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/react from 13.4.0 to 15.0.7 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 13.4.0 to 15.0.7. - [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/v13.4.0...v15.0.7) --- 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 22c34e2..e64afe4 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "devDependencies": { "@rc-component/father-plugin": "^1.0.2", "@testing-library/jest-dom": "^5.0.0", - "@testing-library/react": "^13.0.0", + "@testing-library/react": "^15.0.7", "@types/classnames": "^2.2.10", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0",