From db51be5b8fffe7d2c001cebf01908f621f42d428 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Fri, 7 Jan 2022 09:59:35 +0100 Subject: [PATCH] fix: Add immutable as plugin dependency --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ddb40d4..290aded 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ }, "dependencies": { "cli-table": "^0.3.6", + "immutable": "^3.8.2", "react-diff-viewer": "^3.1.1", "redux-thunk": "^2.3.0" }, @@ -70,7 +71,7 @@ "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^2.3.0", - "immutable": "^4.0.0-rc.14", + "immutable": "3.8.2", "jest": "^26.0.1", "jest-cli": "^26.0.1", "jest-styled-components": "^7.0.2",