From 4cbf894bdb3846f866fa025f48ac5d842b0aa13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 02:31:49 +0000 Subject: [PATCH] chore(deps-dev): bump @types/jest from 29.5.14 to 30.0.0 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.14 to 30.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- redux/hooks-async/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redux/hooks-async/package.json b/redux/hooks-async/package.json index 00e7186ee..049116918 100644 --- a/redux/hooks-async/package.json +++ b/redux/hooks-async/package.json @@ -20,7 +20,7 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.1", "@testing-library/react-hooks": "^8.0.1", - "@types/jest": "^29.5.11", + "@types/jest": "^30.0.0", "@types/react": "^19.0.0", "jest": "^30.2.0", "typescript": "^5.3.3"