Skip to content

Commit

Permalink
build: update ember-auto-import to v2, add webpack and clean ember-try
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCutOfficial committed Aug 11, 2022
1 parent 6e6f757 commit dc41d6f
Show file tree
Hide file tree
Showing 3 changed files with 1,282 additions and 908 deletions.
12 changes: 0 additions & 12 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,36 +26,24 @@ module.exports = async function () {
{
name: 'ember-release',
npm: {
dependencies: {
'ember-auto-import': '^2.0.0',
},
devDependencies: {
'ember-source': await getChannelURL('release'),
webpack: '^5.0.0',
},
},
},
{
name: 'ember-beta',
npm: {
dependencies: {
'ember-auto-import': '^2.0.0',
},
devDependencies: {
'ember-source': await getChannelURL('beta'),
webpack: '^5.0.0',
},
},
},
{
name: 'ember-canary',
npm: {
dependencies: {
'ember-auto-import': '^2.0.0',
},
devDependencies: {
'ember-source': await getChannelURL('canary'),
webpack: '^5.0.0',
},
},
},
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"ember-auto-import": "^1.11.3",
"ember-auto-import": "^2.4.2",
"ember-cli-babel": "^7.26.6",
"ember-cli-htmlbars": "^6.0.0",
"emoji.json": "^13.1.0",
Expand Down Expand Up @@ -83,7 +83,8 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"qunit": "^2.16.0",
"qunit-dom": "^2.0.0"
"qunit-dom": "^2.0.0",
"webpack": "^5.74.0"
},
"resolutions": {
"clean-css": "4.2.1"
Expand Down
Loading

0 comments on commit dc41d6f

Please sign in to comment.