From 969b2ffbd82b709464961a62fc2684ba4a849330 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Wed, 22 Aug 2018 12:19:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Editor:=20Fixed=20Ctrl+Backspace?= =?UTF-8?q?=20on=20Linux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes https://github.com/TryGhost/Ghost/issues/9810 - bumped our mobiledoc-kit fork dependency - includes patch for Ctrl+Backspace that was missed in previous version --- ghost/admin/package.json | 2 +- ghost/admin/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index e79ac11bb6..0e9945b649 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@ember/optional-features": "0.6.1", "@html-next/vertical-collection": "1.0.0-beta.12", - "@tryghost/mobiledoc-kit": "0.11.1-ghost.2", + "@tryghost/mobiledoc-kit": "0.11.1-ghost.3", "blueimp-md5": "2.10.0", "broccoli-asset-rev": "2.7.0", "broccoli-clean-css": "^2.0.1", diff --git a/ghost/admin/yarn.lock b/ghost/admin/yarn.lock index 46ffa217d8..3b85b865b1 100644 --- a/ghost/admin/yarn.lock +++ b/ghost/admin/yarn.lock @@ -65,9 +65,9 @@ dependencies: samsam "1.3.0" -"@tryghost/mobiledoc-kit@0.11.1-ghost.2": - version "0.11.1-ghost.2" - resolved "https://registry.yarnpkg.com/@tryghost/mobiledoc-kit/-/mobiledoc-kit-0.11.1-ghost.2.tgz#63bb14ff1fad4e9d0274c6b50062e94ea0d39929" +"@tryghost/mobiledoc-kit@0.11.1-ghost.3": + version "0.11.1-ghost.3" + resolved "https://registry.yarnpkg.com/@tryghost/mobiledoc-kit/-/mobiledoc-kit-0.11.1-ghost.3.tgz#1c2ad39c432e20102c98260219048a38dca61efc" dependencies: mobiledoc-dom-renderer "0.6.5" mobiledoc-text-renderer "0.3.2"