Skip to content

Commit

Permalink
Update ghost-editor to version 0.1.9 🚀 (#8019)
Browse files Browse the repository at this point in the history
* chore(package): update ghost-editor to version 0.1.9

https://greenkeeper.io/

* chore: yarn.lock
  • Loading branch information
greenkeeperio-bot authored and kirrg001 committed Feb 17, 2017
1 parent 27f7b72 commit 29d04fd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"express-brute": "1.0.1",
"express-hbs": "1.0.4",
"extract-zip-fork": "1.5.1",
"ghost-editor": "0.1.6",
"ghost-editor": "0.1.9",
"fs-extra": "2.0.0",
"ghost-gql": "0.0.6",
"ghost-ignition": "2.8.6",
Expand Down
18 changes: 15 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2078,14 +2078,15 @@ getsetdeep@~2.0.0:
dependencies:
typechecker "~2.0.1"

ghost-editor@0.1.6:
version "0.1.6"
resolved "https://registry.yarnpkg.com/ghost-editor/-/ghost-editor-0.1.6.tgz#e512bf6518df9c5444e69eba2d24711d8429eb63"
ghost-editor@0.1.9:
version "0.1.9"
resolved "https://registry.yarnpkg.com/ghost-editor/-/ghost-editor-0.1.9.tgz#ef064847e3c3e86988fbdb3238e52a82fea65d30"
dependencies:
broccoli-funnel "^1.0.7"
broccoli-merge-trees "^1.1.4"
ember-cli-babel "^5.1.6"
ember-cli-htmlbars "^1.1.0"
mobiledoc-kit "^0.10.13"
showdown-ghost "^0.4.0"

ghost-gql@0.0.6:
Expand Down Expand Up @@ -4085,6 +4086,17 @@ mobiledoc-html-renderer@0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/mobiledoc-html-renderer/-/mobiledoc-html-renderer-0.3.1.tgz#a411181015c40be26d716d82824691a63fa8ba88"

mobiledoc-kit@^0.10.13:
version "0.10.14"
resolved "https://registry.yarnpkg.com/mobiledoc-kit/-/mobiledoc-kit-0.10.14.tgz#5b844c44803cbe0cdac1cc47c702f5397b6187cb"
dependencies:
mobiledoc-html-renderer "0.3.1"
mobiledoc-text-renderer "0.3.1"

mobiledoc-text-renderer@0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/mobiledoc-text-renderer/-/mobiledoc-text-renderer-0.3.1.tgz#08f06f4696925dbacdf1c508144b8caed58e1127"

mocha@3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-3.2.0.tgz#7dc4f45e5088075171a68896814e6ae9eb7a85e3"
Expand Down

0 comments on commit 29d04fd

Please sign in to comment.