From 48f5b42093d4f5fd9c194d6d087c38edba3d541e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:55:20 +0000 Subject: [PATCH] chore(examples): update dependency @types/jest to v29.5.14 --- examples/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 76bf2cbb..76790412 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -23,7 +23,7 @@ "@testing-library/jest-dom": "6.6.2", "@testing-library/react": "16.0.1", "@testing-library/user-event": "14.5.2", - "@types/jest": "29.5.13", + "@types/jest": "29.5.14", "@types/node": "20.16.14", "@types/react": "18.3.11", "@types/react-dom": "18.3.1",