Skip to content

Commit

Permalink
Fix the build via new version of @babel/preset-env
Browse files Browse the repository at this point in the history
Bump to current `ember-cli-babel`, which transitively requires a version
of `@babel/preset-env` which [fixes the build issue][1]. Then use
`yarn-deduplicate` to resolve all transitive dependencies to the minimum
number of (maximum) versions of those shared dependencies, which results
in *all* 7.x versions of `@babel/preset-env` resolving to a version with
the fix.

[1]: nodejs/node#32852
  • Loading branch information
chriskrycho committed May 13, 2021
1 parent 638bb65 commit 3fa42c0
Show file tree
Hide file tree
Showing 2 changed files with 948 additions and 920 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@glimmer/tracking": "^1.0.0",
"ember-cli-babel": "^7.17.2"
"ember-cli-babel": "^7.26.5"
},
"devDependencies": {
"@ember/optional-features": "^1.3.0",
Expand Down
Loading

0 comments on commit 3fa42c0

Please sign in to comment.