Skip to content

Commit

Permalink
fix issue with babel emberjs/ember.js#18827 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-buchert committed Mar 22, 2020
1 parent ec89e6a commit f720127
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"ember-auto-import": "^1.5.3",
"ember-cli": "~3.16.0",
"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "7.17.2",
"ember-cli-babel": "^7.17.2",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-eslint": "^5.1.0",
"ember-cli-htmlbars": "^4.2.2",
Expand All @@ -50,6 +50,12 @@
"loader.js": "^4.7.0",
"qunit-dom": "^1.0.0"
},
"resolutions": {
"@babel/core": "7.8.7",
"@babel/helpers": "7.8.4",
"@babel/plugin-transform-classes": "7.8.6",
"@babel/runtime": "7.8.7"
},
"engines": {
"node": "10.* || >= 12"
},
Expand Down

0 comments on commit f720127

Please sign in to comment.