Skip to content

Commit

Permalink
Merge pull request #494 from babel/update-broccoli-babel-transpiler
Browse files Browse the repository at this point in the history
Update `broccoli-babel-transpiler` to v8
  • Loading branch information
bertdeblock authored Aug 18, 2023
2 parents cb701dc + bfa9526 commit aad0553
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"babel-plugin-ember-data-packages-polyfill": "^0.1.2",
"babel-plugin-ember-modules-api-polyfill": "^3.5.0",
"babel-plugin-module-resolver": "^5.0.0",
"broccoli-babel-transpiler": "^8.0.0-beta.1",
"broccoli-babel-transpiler": "^8.0.0",
"broccoli-debug": "^0.6.4",
"broccoli-funnel": "^3.0.8",
"broccoli-source": "^3.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3063,10 +3063,10 @@ broccoli-babel-transpiler@^7.8.0:
rsvp "^4.8.4"
workerpool "^3.1.1"

broccoli-babel-transpiler@^8.0.0-beta.1:
version "8.0.0-beta.1"
resolved "https://registry.yarnpkg.com/broccoli-babel-transpiler/-/broccoli-babel-transpiler-8.0.0-beta.1.tgz#9738675802fcbcf9d6c710b1a811c28b9ab8672a"
integrity sha512-acC6WPTjKZ+dBRj/sTQMIoBl+AnZkYBL0FUla8QJrL6V37Z7qioSqkwGEwgGDiKcNo4yflhJnImiywF8KOzSoQ==
broccoli-babel-transpiler@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/broccoli-babel-transpiler/-/broccoli-babel-transpiler-8.0.0.tgz#07576728a95b840a99d5f0f9b07b71a737f69319"
integrity sha512-3HEp3flvasUKJGWERcrPgM1SWvHJ0O/fmbEtY9L4kDyMSnqjY6hTYvNvgWCIgbwXAYAUlZP0vjAQsmyLNGLwFw==
dependencies:
broccoli-persistent-filter "^3.0.0"
clone "^2.1.2"
Expand Down

0 comments on commit aad0553

Please sign in to comment.