Skip to content

Commit

Permalink
[BREAKING] Update ember-auto-import to v2
Browse files Browse the repository at this point in the history
This is a breaking change, as the consuming app needs to upgrade as well. See https://github.com/ef4/ember-auto-import/blob/main/docs/upgrade-guide-2.0.md.
  • Loading branch information
simonihmig committed Nov 12, 2021
1 parent 1f89898 commit cff841c
Show file tree
Hide file tree
Showing 2 changed files with 674 additions and 34 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"@embroider/macros": "^0.41.0",
"ember-auto-import": "^1.11.2",
"@embroider/macros": "^0.47.2",
"ember-auto-import": "^2.2.3",
"ember-cli-babel": "^7.26.3",
"ember-modifier-manager-polyfill": "^1.2.0",
"focus-trap": "^6.4.0"
Expand Down Expand Up @@ -78,7 +78,8 @@
"prettier": "^2.2.1",
"qunit": "^2.14.1",
"qunit-dom": "^1.6.0",
"sass": "^1.32.12"
"sass": "^1.32.12",
"webpack": "^5.64.0"
},
"engines": {
"node": ">= 10.*"
Expand Down

0 comments on commit cff841c

Please sign in to comment.