Skip to content

Commit

Permalink
Move ember-auto-import to dependencies
Browse files Browse the repository at this point in the history
This is required for the importSync embroiderr macro to work.
  • Loading branch information
jrjohnson committed Jan 31, 2022
1 parent a11ab62 commit adafdeb
Show file tree
Hide file tree
Showing 2 changed files with 1,530 additions and 266 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
"broccoli-funnel": "^3.0.8",
"ember-auto-import": "2.0.0",
"ember-cli-babel": "^7.26.6",
"ember-cli-htmlbars": "^5.7.1",
"ember-cli-typescript": "^4.2.1",
Expand Down Expand Up @@ -92,7 +93,6 @@
"@typescript-eslint/parser": "^5.6.0",
"babel-eslint": "^10.1.0",
"broccoli-asset-rev": "^3.0.0",
"ember-auto-import": "2.0.0",
"ember-cli": "3.28.0",
"ember-cli-content-security-policy": "^2.0.0-3",
"ember-cli-dependency-checker": "^3.2.0",
Expand Down Expand Up @@ -142,7 +142,6 @@
}
},
"resolutions": {
"ember-auto-import": "^2.0.0",
"ember-cli-babel": "^7.26.6"
},
"engines": {
Expand Down
Loading

0 comments on commit adafdeb

Please sign in to comment.