🐛 Koenig - Fixed cards being lost on copy/paste if they immediate followed a list

refs https://github.com/TryGhost/Ghost/issues/9724
- bumped our mobiledoc-kit version that includes related fix (https://github.com/bustle/mobiledoc-kit/pull/638)
This commit is contained in:
Kevin Ansfield 2018-08-01 16:29:49 +01:00
parent f1beff3c03
commit b46d60b820
2 changed files with 4 additions and 4 deletions

View File

@ -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.1",
"@tryghost/mobiledoc-kit": "0.11.1-ghost.2",
"blueimp-md5": "2.10.0",
"broccoli-asset-rev": "2.7.0",
"broccoli-clean-css": "^2.0.1",

View File

@ -65,9 +65,9 @@
dependencies:
samsam "1.3.0"
"@tryghost/mobiledoc-kit@0.11.1-ghost.1":
version "0.11.1-ghost.1"
resolved "https://registry.yarnpkg.com/@tryghost/mobiledoc-kit/-/mobiledoc-kit-0.11.1-ghost.1.tgz#5db15173c9dba48ed9f41de640393addd80eb2dd"
"@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"
dependencies:
mobiledoc-dom-renderer "0.6.5"
mobiledoc-text-renderer "0.3.2"