Skip to content
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.

Commit

Permalink
bring in ember-cli-babel bugfix #126 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenweber authored and NullVoxPopuli committed Jul 1, 2019
1 parent 4c38a3a commit 2bdfce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@ember/octane-addon-blueprint/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:all": "ember try:each"
},
"dependencies": {
"ember-cli-babel": "^7.7.3",
"ember-cli-babel": "^7.8.0",
"ember-cli-htmlbars": "^3.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@ember/octane-app-blueprint/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ember-auto-import": "^1.2.20",
"ember-cli": "<%= emberCLI %>",
"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.7.0",
"ember-cli-babel": "^7.8.0",
"ember-cli-dependency-checker": "^3.0.0",
"ember-cli-eslint": "^5.0.0",
"ember-cli-htmlbars": "^3.0.0",
Expand Down

0 comments on commit 2bdfce0

Please sign in to comment.