From e30fce8c63e15868c2ee1fff908663e8c5820718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rge=20N=C3=A6ss?= Date: Thu, 7 Nov 2024 09:38:39 -0500 Subject: [PATCH] fix(mutator): pin version of @types/diff-match-patch --- packages/@sanity/mutator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@sanity/mutator/package.json b/packages/@sanity/mutator/package.json index ff1eddf56ca..ea6c4a47709 100644 --- a/packages/@sanity/mutator/package.json +++ b/packages/@sanity/mutator/package.json @@ -22,7 +22,7 @@ "author": "Sanity.io ", "license": "MIT", "dependencies": { - "@types/diff-match-patch": "^1.0.32", + "@types/diff-match-patch": "1.0.32", "debug": "^3.2.7", "diff-match-patch": "^1.0.4", "lodash": "^4.17.15"