Skip to content

Commit

Permalink
fix(deps): update dependency ember-composable-helpers to v2.3.1 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and czosel committed Apr 25, 2019
1 parent dba21ec commit 0a1498d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"ember-cli-htmlbars": "3.0.1",
"ember-cli-sass": "9.0.1",
"ember-cli-string-helpers": "2.0.0",
"ember-composable-helpers": "2.2.0",
"ember-composable-helpers": "2.3.1",
"ember-concurrency": "0.10.0",
"ember-fetch": "6.5.1",
"ember-intl": "3.5.2",
Expand Down
31 changes: 30 additions & 1 deletion yarn.lock
Expand Up @@ -3039,6 +3039,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@^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"
Expand Down Expand Up @@ -5951,7 +5970,17 @@ ember-component-css@^0.6.7:
rsvp "^4.8.4"
walk-sync "^1.0.1"

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==
Expand Down

0 comments on commit 0a1498d

Please sign in to comment.