From 90d012159e45e1f52ca7f30fc2dff56fded37418 Mon Sep 17 00:00:00 2001 From: Stefan Pielicke Date: Mon, 26 Jan 2026 10:30:29 +0100 Subject: [PATCH] fix: update jest to ^30.2.0 to fix installation failure Jest 30.0.4 was not available on npm registry during installation, causing "No matching version found for jest@^30.0.4" error. Fixes bmad-code-org/BMAD-METHOD#1411 Co-Authored-By: Claude Opus 4.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de41dc1..4115985 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "glob": "^11.0.3", "husky": "^9.1.7", "ignore": "^7.0.5", - "jest": "^30.0.4", + "jest": "^30.2.0", "js-yaml": "^4.1.0", "lint-staged": "^16.1.1", "markdownlint-cli2": "^0.19.1",