Skip to content

Commit

Permalink
Upgrade ember-cli-babel to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
nlfurniss authored and Nathaniel Furniss committed Sep 24, 2020
1 parent 18133d5 commit 3629ac6
Show file tree
Hide file tree
Showing 3 changed files with 1,387 additions and 203 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- "8"
- "10"

addons:
chrome: stable
Expand Down
4 changes: 2 additions & 2 deletions 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": "^6.17.0",
"ember-cli-babel": "^7.0.0",
"ember-cli-version-checker": "^2.1.2",
"ember-compatibility-helpers": "^1.0.2",
"silent-error": "^1.1.1"
Expand Down Expand Up @@ -60,7 +60,7 @@
"release-it-lerna-changelog": "^1.0.2"
},
"engines": {
"node": "8.* || 10.* || >= 12.*"
"node": "10.* || >= 12.*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
Loading

0 comments on commit 3629ac6

Please sign in to comment.