From 12970ae0d8dba2cbd49962ccfd14040d3d46e954 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Tue, 17 Oct 2023 20:51:59 +0200 Subject: [PATCH] fix: lock the react-diff-viewer-continued dependency to 3.2.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c104757..a79aead 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "git-diff": "^2.0.6", "immutable": "^3.8.2", "inquirer": "^8.2.0", - "react-diff-viewer-continued": "^3.2.3", + "react-diff-viewer-continued": "3.2.6", "redux-immutable": "^4.0.0", "redux-thunk": "^2.3.0" },