From 4237cd511374a890fc551d414c142bedf5f13fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 19:38:00 +0000 Subject: [PATCH] Bump @types/jest from 29.5.14 to 30.0.0 in /example 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] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index e531448..c6f801a 100644 --- a/example/package.json +++ b/example/package.json @@ -28,7 +28,7 @@ "@react-native/eslint-config": "0.82.1", "@react-native/metro-config": "0.82.1", "@react-native/typescript-config": "0.82.1", - "@types/jest": "^29.5.13", + "@types/jest": "^30.0.0", "babel-plugin-module-resolver": "^5.0.2" }, "engines": {