Skip to content

Commit

Permalink
Add ember-auto-import dev dependency (#458)
Browse files Browse the repository at this point in the history
This is necessary in the dummy app to support Ember v4
  • Loading branch information
Turbo87 committed Feb 17, 2022
1 parent 404f967 commit 5627463
Show file tree
Hide file tree
Showing 2 changed files with 551 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@glimmer/syntax-0.37.1": "npm:@glimmer/[email protected]",
"@glimmer/syntax-0.40.1": "npm:@glimmer/[email protected]",
"@glimmer/syntax-0.62.5": "npm:@glimmer/[email protected]",
"ember-auto-import": "2.4.0",
"ember-cli": "4.1.1",
"ember-cli-babel": "7.26.11",
"ember-cli-chai": "0.5.0",
Expand All @@ -55,7 +56,8 @@
"jest": "27.5.1",
"lerna-changelog": "2.2.0",
"loader.js": "4.7.0",
"qunit": "2.18.0"
"qunit": "2.18.0",
"webpack": "5.69.0"
},
"engines": {
"node": "10.* || >= 12.*"
Expand Down
Loading

0 comments on commit 5627463

Please sign in to comment.