Skip to content

Commit

Permalink
Bump broccoli-babel-transpiler from 7.1.2 to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support authored and runspired committed Feb 27, 2019
1 parent 9451c52 commit 41a3b80
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@types/qunit": "^2.5.3",
"@types/rsvp": "^4.0.2",
"babel-eslint": "^10.0.1",
"broccoli-babel-transpiler": "^7.1.2",
"broccoli-babel-transpiler": "^7.2.0",
"broccoli-concat": "^3.7.3",
"broccoli-stew": "^2.0.1",
"broccoli-string-replace": "^0.1.2",
Expand Down
82 changes: 59 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
dependencies:
"@babel/highlight" "^7.0.0"

"@babel/core@^7.0.0":
version "7.3.3"
resolved "https://registry.npmjs.org/@babel/core/-/core-7.3.3.tgz#d090d157b7c5060d05a05acaebc048bd2b037947"
"@babel/core@^7.0.0", "@babel/core@^7.3.3":
version "7.3.4"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.3.4.tgz#921a5a13746c21e32445bf0798680e9d11a6530b"
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/generator" "^7.3.3"
"@babel/generator" "^7.3.4"
"@babel/helpers" "^7.2.0"
"@babel/parser" "^7.3.3"
"@babel/parser" "^7.3.4"
"@babel/template" "^7.2.2"
"@babel/traverse" "^7.2.2"
"@babel/types" "^7.3.3"
"@babel/traverse" "^7.3.4"
"@babel/types" "^7.3.4"
convert-source-map "^1.1.0"
debug "^4.1.0"
json5 "^2.1.0"
Expand All @@ -27,7 +27,7 @@
semver "^5.4.1"
source-map "^0.5.0"

"@babel/generator@^7.2.2", "@babel/generator@^7.3.3":
"@babel/generator@^7.2.2":
version "7.3.3"
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.3.3.tgz#185962ade59a52e00ca2bdfcfd1d58e528d4e39e"
dependencies:
Expand All @@ -37,6 +37,16 @@
source-map "^0.5.0"
trim-right "^1.0.1"

"@babel/generator@^7.3.4":
version "7.3.4"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.3.4.tgz#9aa48c1989257877a9d971296e5b73bfe72e446e"
dependencies:
"@babel/types" "^7.3.4"
jsesc "^2.5.1"
lodash "^4.17.11"
source-map "^0.5.0"
trim-right "^1.0.1"

"@babel/helper-annotate-as-pure@^7.0.0":
version "7.0.0"
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
Expand Down Expand Up @@ -199,10 +209,14 @@
esutils "^2.0.2"
js-tokens "^4.0.0"

"@babel/parser@^7.0.0", "@babel/parser@^7.2.2", "@babel/parser@^7.2.3", "@babel/parser@^7.3.3":
"@babel/parser@^7.0.0", "@babel/parser@^7.2.2", "@babel/parser@^7.2.3":
version "7.3.3"
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.3.3.tgz#092d450db02bdb6ccb1ca8ffd47d8774a91aef87"

"@babel/parser@^7.3.4":
version "7.3.4"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.3.4.tgz#a43357e4bbf4b92a437fb9e465c192848287f27c"

"@babel/plugin-proposal-async-generator-functions@^7.2.0":
version "7.2.0"
resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
Expand Down Expand Up @@ -570,7 +584,7 @@
"@babel/parser" "^7.2.2"
"@babel/types" "^7.2.2"

"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.2.2", "@babel/traverse@^7.2.3":
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.2.3":
version "7.2.3"
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.2.3.tgz#7ff50cefa9c7c0bd2d81231fdac122f3957748d8"
dependencies:
Expand All @@ -584,6 +598,20 @@
globals "^11.1.0"
lodash "^4.17.10"

"@babel/traverse@^7.3.4":
version "7.3.4"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.3.4.tgz#1330aab72234f8dea091b08c4f8b9d05c7119e06"
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/generator" "^7.3.4"
"@babel/helper-function-name" "^7.1.0"
"@babel/helper-split-export-declaration" "^7.0.0"
"@babel/parser" "^7.3.4"
"@babel/types" "^7.3.4"
debug "^4.1.0"
globals "^11.1.0"
lodash "^4.17.11"

"@babel/types@^7.0.0", "@babel/types@^7.1.5", "@babel/types@^7.2.0", "@babel/types@^7.2.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
version "7.3.3"
resolved "https://registry.npmjs.org/@babel/types/-/types-7.3.3.tgz#6c44d1cdac2a7625b624216657d5bc6c107ab436"
Expand All @@ -592,6 +620,14 @@
lodash "^4.17.11"
to-fast-properties "^2.0.0"

"@babel/types@^7.3.4":
version "7.3.4"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.3.4.tgz#bf482eaeaffb367a28abbf9357a94963235d90ed"
dependencies:
esutils "^2.0.2"
lodash "^4.17.11"
to-fast-properties "^2.0.0"

"@ember-decorators/babel-transforms@^5.1.3":
version "5.1.3"
resolved "https://registry.npmjs.org/@ember-decorators/babel-transforms/-/babel-transforms-5.1.3.tgz#90bc10eb03c513e6fd21c818868a3c44eba55efc"
Expand Down Expand Up @@ -1931,21 +1967,21 @@ broccoli-babel-transpiler@^6.5.0:
rsvp "^4.8.2"
workerpool "^2.3.0"

broccoli-babel-transpiler@^7.1.1, broccoli-babel-transpiler@^7.1.2:
version "7.1.2"
resolved "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-7.1.2.tgz#fb5d6f8b9a805627ac3f2914ac9d86e82ca2413b"
broccoli-babel-transpiler@^7.1.1, broccoli-babel-transpiler@^7.1.2, broccoli-babel-transpiler@^7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/broccoli-babel-transpiler/-/broccoli-babel-transpiler-7.2.0.tgz#5c0d694c4055106abb385e2d3d88936d35b7cb18"
dependencies:
"@babel/core" "^7.0.0"
"@babel/core" "^7.3.3"
"@babel/polyfill" "^7.0.0"
broccoli-funnel "^2.0.1"
broccoli-merge-trees "^3.0.0"
broccoli-persistent-filter "^1.4.3"
broccoli-funnel "^2.0.2"
broccoli-merge-trees "^3.0.2"
broccoli-persistent-filter "^2.2.1"
clone "^2.1.2"
hash-for-dep "^1.2.3"
hash-for-dep "^1.4.7"
heimdalljs-logger "^0.1.9"
json-stable-stringify "^1.0.1"
rsvp "^4.8.3"
workerpool "^2.3.1"
rsvp "^4.8.4"
workerpool "^3.1.1"

broccoli-builder@^0.18.14:
version "0.18.14"
Expand Down Expand Up @@ -2202,7 +2238,7 @@ broccoli-persistent-filter@^1.1.5, broccoli-persistent-filter@^1.2.13, broccoli-
symlink-or-copy "^1.0.1"
walk-sync "^0.3.1"

broccoli-persistent-filter@^2.1.1:
broccoli-persistent-filter@^2.1.1, broccoli-persistent-filter@^2.2.1:
version "2.2.1"
resolved "https://registry.npmjs.org/broccoli-persistent-filter/-/broccoli-persistent-filter-2.2.1.tgz#d2a911ec02ebbbcfb382242c517159cb7a9c10d7"
dependencies:
Expand Down Expand Up @@ -4890,7 +4926,7 @@ has@^1.0.1, has@^1.0.3:
dependencies:
function-bind "^1.1.1"

hash-for-dep@^1.0.2, hash-for-dep@^1.2.3:
hash-for-dep@^1.0.2, hash-for-dep@^1.2.3, hash-for-dep@^1.4.7:
version "1.4.7"
resolved "https://registry.npmjs.org/hash-for-dep/-/hash-for-dep-1.4.7.tgz#ea6f9d8e2f9e784fc48ca60c40ea886bdb41aa54"
dependencies:
Expand Down Expand Up @@ -8968,7 +9004,7 @@ wordwrap@~1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"

workerpool@^2.3.0, workerpool@^2.3.1:
workerpool@^2.3.0:
version "2.3.3"
resolved "https://registry.npmjs.org/workerpool/-/workerpool-2.3.3.tgz#49a70089bd55e890d68cc836a19419451d7c81d7"
dependencies:
Expand Down

0 comments on commit 41a3b80

Please sign in to comment.