Skip to content

Commit

Permalink
Update dependency ember-auto-import to v2 (#93)
Browse files Browse the repository at this point in the history
* Update dependency ember-auto-import to v2

* add webpack dependency required by ember-auto-import@v2

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jeldrik Hanschke <admin@jhanschke.de>
  • Loading branch information
3 people committed Oct 27, 2021
1 parent 585f813 commit 8e81b3a
Show file tree
Hide file tree
Showing 2 changed files with 439 additions and 22 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@glimmer/tracking": "^1.0.1",
"babel-eslint": "^10.1.0",
"broccoli-asset-rev": "^3.0.0",
"ember-auto-import": "^1.6.0",
"ember-auto-import": "^2.0.0",
"ember-cli": "~3.28.0",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-inject-live-reload": "^2.0.2",
Expand All @@ -61,7 +61,8 @@
"qunit": "^2.17.2",
"qunit-dom": "^2.0.0",
"release-it": "^14.0.0",
"release-it-lerna-changelog": "^4.0.0"
"release-it-lerna-changelog": "^4.0.0",
"webpack": "5"
},
"engines": {
"node": "12.* || 14.* || >= 16"
Expand Down
Loading

0 comments on commit 8e81b3a

Please sign in to comment.