From d3a201873fa6bfb5dffa563362408e3ecc0c4745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 20 May 2019 21:30:21 +0000 Subject: [PATCH] Update immutable requirement from ~3.7.4 to ~3.8.2 Updates the requirements on [immutable](https://github.com/facebook/immutable-js) to permit the latest version. - [Release notes](https://github.com/facebook/immutable-js/releases) - [Commits](https://github.com/facebook/immutable-js/compare/3.7.4...v3.8.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a185d0..51aa110 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "classnames": "^2.2.5", "dom-scroll-into-view": "^1.2.0", "draft-js": "~0.10.0", - "immutable": "~3.7.4", + "immutable": "~3.8.2", "prop-types": "^15.5.8", "rc-animate": "^2.3.0", "rc-editor-core": "~0.8.3"