From 39ae7cb6a25257a4c583756b28c52e054d2d950a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:15:15 +0000 Subject: [PATCH] Bump @testing-library/react in /examples/conditional-form-fields Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.3.1 to 16.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...v16.0.1) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/conditional-form-fields/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/conditional-form-fields/package.json b/examples/conditional-form-fields/package.json index 4bf04890..cae212d8 100644 --- a/examples/conditional-form-fields/package.json +++ b/examples/conditional-form-fields/package.json @@ -60,7 +60,7 @@ "@babel/preset-react": "^7.23.3", "@lhci/cli": "^0.14.0", "@testing-library/jest-dom": "6.6.3", - "@testing-library/react": "^14.2.2", + "@testing-library/react": "^16.0.1", "@vitejs/plugin-react": "^4.2.1", "concurrently": "^8.2.2", "eslint": "^8.55.0",