From 7a4f6c329a10baacb5c7395a9f74c3df1bfc55ae Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Fri, 7 Jan 2022 10:09:43 +0100 Subject: [PATCH] chore: Remove immutable as devDevepency --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 290aded..0188fb9 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,6 @@ "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^2.3.0", - "immutable": "3.8.2", "jest": "^26.0.1", "jest-cli": "^26.0.1", "jest-styled-components": "^7.0.2",