From 1e0c574363cae8e314e439a28471b9fa547f1d74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 21:08:48 +0000 Subject: [PATCH] Update dependency jest to v30 --- examples/react-native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-native/package.json b/examples/react-native/package.json index ac0362df7d4..c9786cbe6d7 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -21,7 +21,7 @@ "expo": "54.0.31", "expo-sqlite": "57.0.0", "global": "4.4.0", - "jest": "29.7.0", + "jest": "30.4.2", "jest-expo": "54.0.16", "random-token": "0.0.8", "react": "19.2.7",