From a382e191131a0b972028eab5d3771e150b9b02a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:35:49 +0000 Subject: [PATCH] Bump @testing-library/react from 14.3.1 to 15.0.2 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.3.1 to 15.0.2. - [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.2) --- 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 5e85bec..caecc75 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@ampproject/rollup-plugin-closure-compiler": "^0.27.0", "@rollup/plugin-typescript": "^11.1.1", "@testing-library/jest-dom": "^6.1.4", - "@testing-library/react": "^14.0.0", + "@testing-library/react": "^15.0.2", "@types/jest": "^29.4.0", "@types/uuid": "^9.0.1", "@typescript-eslint/eslint-plugin": "^6.9.1",