mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Update dependency ember-composable-helpers to v2.3.1 (#1177)
This commit is contained in:
parent
62fb6d2332
commit
76a769ee33
@ -68,7 +68,7 @@
|
||||
"ember-cli-string-helpers": "2.0.0",
|
||||
"ember-cli-test-loader": "2.2.0",
|
||||
"ember-cli-uglify": "3.0.0",
|
||||
"ember-composable-helpers": "2.2.0",
|
||||
"ember-composable-helpers": "2.3.1",
|
||||
"ember-concurrency": "0.10.0",
|
||||
"ember-data": "3.9.1",
|
||||
"ember-drag-drop": "0.4.8",
|
||||
|
@ -2356,6 +2356,25 @@ broccoli-funnel-reducer@^1.0.0:
|
||||
resolved "https://registry.yarnpkg.com/broccoli-funnel-reducer/-/broccoli-funnel-reducer-1.0.0.tgz#11365b2a785aec9b17972a36df87eef24c5cc0ea"
|
||||
integrity sha1-ETZbKnha7JsXlyo234fu8kxcwOo=
|
||||
|
||||
broccoli-funnel@2.0.1:
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/broccoli-funnel/-/broccoli-funnel-2.0.1.tgz#6823c73b675ef78fffa7ab800f083e768b51d449"
|
||||
integrity sha512-C8Lnp9TVsSSiZMGEF16C0dCiNg2oJqUKwuZ1K4kVC6qRPG/2Cj/rtB5kRCC9qEbwqhX71bDbfHROx0L3J7zXQg==
|
||||
dependencies:
|
||||
array-equal "^1.0.0"
|
||||
blank-object "^1.0.1"
|
||||
broccoli-plugin "^1.3.0"
|
||||
debug "^2.2.0"
|
||||
fast-ordered-set "^1.0.0"
|
||||
fs-tree-diff "^0.5.3"
|
||||
heimdalljs "^0.2.0"
|
||||
minimatch "^3.0.0"
|
||||
mkdirp "^0.5.0"
|
||||
path-posix "^1.0.0"
|
||||
rimraf "^2.4.3"
|
||||
symlink-or-copy "^1.0.0"
|
||||
walk-sync "^0.3.1"
|
||||
|
||||
broccoli-funnel@2.0.2, "broccoli-funnel@^1.2.0 || ^2.0.0", broccoli-funnel@^2.0.0, broccoli-funnel@^2.0.1, broccoli-funnel@^2.0.2:
|
||||
version "2.0.2"
|
||||
resolved "https://registry.yarnpkg.com/broccoli-funnel/-/broccoli-funnel-2.0.2.tgz#0edf629569bc10bd02cc525f74b9a38e71366a75"
|
||||
@ -4790,7 +4809,17 @@ ember-component-inbound-actions@^1.3.0:
|
||||
dependencies:
|
||||
ember-cli-babel "^6.16.0"
|
||||
|
||||
ember-composable-helpers@2.2.0, ember-composable-helpers@^2.1.0:
|
||||
ember-composable-helpers@2.3.1:
|
||||
version "2.3.1"
|
||||
resolved "https://registry.yarnpkg.com/ember-composable-helpers/-/ember-composable-helpers-2.3.1.tgz#db98ad8b55d053e2ac216b9da091c9e7a3b9f453"
|
||||
integrity sha512-Eltj5yt2CtHhBMrdsjKQTP1zFyfEXQ5/v85ObV2zh0eIJZa1t/gImHN+GIHHuJ+9xOrCUAy60/2TJZjadpoPBQ==
|
||||
dependencies:
|
||||
"@babel/core" "^7.0.0"
|
||||
broccoli-funnel "2.0.1"
|
||||
ember-cli-babel "^7.1.0"
|
||||
resolve "^1.10.0"
|
||||
|
||||
ember-composable-helpers@^2.1.0:
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/ember-composable-helpers/-/ember-composable-helpers-2.2.0.tgz#a03984eaddf65ee08cb9ff554a24b0d671651af3"
|
||||
integrity sha512-VWFYfxPLkgmEoL5aplh8dEwzAhmERfPzIGZeb+O7PhT0of5SYtJeOJFbIIXV2NkVHcDothwUu3IEALsWBsES8A==
|
||||
|
Loading…
Reference in New Issue
Block a user