From c2b0ddf4373b5e82b791e709a699fa9b1c379e87 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 21:20:10 +0000 Subject: [PATCH] Bump draft-js from 0.10.5 to 0.11.4 Bumps [draft-js](https://github.com/facebook/draft-js) from 0.10.5 to 0.11.4. - [Release notes](https://github.com/facebook/draft-js/releases) - [Changelog](https://github.com/facebook/draft-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/draft-js/compare/v0.10.5...v0.11.4) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a185d0..23090d0 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "babel-runtime": "^6.23.0", "classnames": "^2.2.5", "dom-scroll-into-view": "^1.2.0", - "draft-js": "~0.10.0", + "draft-js": "~0.11.4", "immutable": "~3.7.4", "prop-types": "^15.5.8", "rc-animate": "^2.3.0",