From 988ddbfd28db00cda9eeec1971f4bf1114d1f323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:25:02 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/react from 14.3.1 to 15.0.1 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.3.1 to 15.0.1. - [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/v14.3.1...v15.0.1) --- 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 06d362d96..7dc3e8cab 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ }, "devDependencies": { "@rc-component/father-plugin": "^1.0.0", - "@testing-library/react": "^14.1.0", + "@testing-library/react": "^15.0.1", "@types/classnames": "^2.2.9", "@types/jest": "^29.4.0", "@types/luxon": "^3.2.0",