Skip to content

Commit

Permalink
feat: Upgrade to ember-auto-import v2
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Consuming apps must have ember-auto-import >= 2
  • Loading branch information
maxwondercorn committed Jun 14, 2022
1 parent bf624f0 commit c190b7f
Showing 2 changed files with 1,620 additions and 1,709 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@
"broccoli-merge-trees": "4.2.0",
"c3": "0.7.20",
"d3": "6.6.0",
"ember-auto-import": "1.11.3",
"ember-auto-import": "2.4.2",
"ember-cli-babel": "7.26.11",
"ember-cli-htmlbars": "6.0.1",
"ember-concurrency": "2.2.1"
@@ -90,7 +90,8 @@
"popper.js": "^1.16.1",
"qunit-dom": "^2.0.0",
"sass": "1.52.3",
"standard-version": "9.5.0"
"standard-version": "9.5.0",
"webpack": "^5.73.0"
},
"engines": {
"node": ">= 14"
Loading

0 comments on commit c190b7f

Please sign in to comment.