Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
deps: broccoli-concat@3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinansfield committed Mar 1, 2017
1 parent 5b03403 commit f24b689
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"bower": "1.8.0",
"broccoli-asset-rev": "2.5.0",
"broccoli-clean-css": "1.1.0",
"broccoli-concat": "3.1.1",
"broccoli-concat": "3.2.2",
"broccoli-merge-trees": "1.2.1",
"broccoli-uglify-js": "0.2.0",
"chai-jquery": "2.0.0",
Expand Down
29 changes: 25 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -674,14 +674,16 @@ broccoli-clean-css@1.1.0, broccoli-clean-css@^1.1.0:
inline-source-map-comment "^1.0.5"
json-stable-stringify "^1.0.0"

broccoli-concat@3.1.1, broccoli-concat@^3.0.4:
version "3.1.1"
resolved "https://registry.yarnpkg.com/broccoli-concat/-/broccoli-concat-3.1.1.tgz#6df3fc8e2a86e2a8c842256a2d8ff767198c3341"
broccoli-concat@3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/broccoli-concat/-/broccoli-concat-3.2.2.tgz#86ffdc52606eb590ba9f6b894c5ec7a016f5b7b9"
dependencies:
broccoli-kitchen-sink-helpers "^0.3.1"
broccoli-plugin "^1.3.0"
broccoli-stew "^1.3.3"
ensure-posix-path "^1.0.2"
fast-sourcemap-concat "^1.0.1"
find-index "^1.1.0"
fs-extra "^1.0.0"
fs-tree-diff "^0.5.6"
lodash.merge "^4.3.0"
Expand All @@ -702,6 +704,21 @@ broccoli-concat@^2.1.0:
lodash.omit "^4.1.0"
lodash.uniq "^4.2.0"

broccoli-concat@^3.0.4:
version "3.1.1"
resolved "https://registry.yarnpkg.com/broccoli-concat/-/broccoli-concat-3.1.1.tgz#6df3fc8e2a86e2a8c842256a2d8ff767198c3341"
dependencies:
broccoli-kitchen-sink-helpers "^0.3.1"
broccoli-plugin "^1.3.0"
broccoli-stew "^1.3.3"
fast-sourcemap-concat "^1.0.1"
fs-extra "^1.0.0"
fs-tree-diff "^0.5.6"
lodash.merge "^4.3.0"
lodash.omit "^4.1.0"
lodash.uniq "^4.2.0"
walk-sync "^0.3.1"

broccoli-config-loader@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/broccoli-config-loader/-/broccoli-config-loader-1.0.0.tgz#c3cf5ecfaffc04338c6f1d5d38dc36baeaa131ba"
Expand Down Expand Up @@ -2710,7 +2727,7 @@ engine.io@1.8.0:
engine.io-parser "1.3.1"
ws "1.1.1"

ensure-posix-path@^1.0.0, ensure-posix-path@^1.0.1:
ensure-posix-path@^1.0.0, ensure-posix-path@^1.0.1, ensure-posix-path@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/ensure-posix-path/-/ensure-posix-path-1.0.2.tgz#a65b3e42d0b71cfc585eb774f9943c8d9b91b0c2"

Expand Down Expand Up @@ -3126,6 +3143,10 @@ finalhandler@0.5.1:
statuses "~1.3.1"
unpipe "~1.0.0"

find-index@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/find-index/-/find-index-1.1.0.tgz#53007c79cd30040d6816d79458e8837d5c5705ef"

find-up@^1.0.0, find-up@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f"
Expand Down

0 comments on commit f24b689

Please sign in to comment.