From 7fb5cbe2b7905be70a9aace11b7971aea77c1f0d Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 29 Mar 2026 14:24:24 -0700 Subject: [PATCH] Update pretty-format to latest 30.3.0 By updating, this de-duplicates "pretty-format" in node_modules for projects that use the latest version of Jest. Further, the pretty-format package has a transient dependency on "react-is". By updating, this also de-duplicates "react-is" for projects that use the latest version of React. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6fab4ee4..ce7effaf 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "dom-accessibility-api": "^0.5.9", "lz-string": "^1.5.0", "picocolors": "1.1.1", - "pretty-format": "^27.0.2" + "pretty-format": "^30.3.0" }, "devDependencies": { "@testing-library/jest-dom": "^5.11.6",