Skip to content

Commit

Permalink
fix: try to fix CI Build with auto-import-v2
Browse files Browse the repository at this point in the history
As suggested by Ed in emberjs/ember.js#19761 (comment)
  • Loading branch information
LevelbossMike committed Nov 20, 2021
1 parent 1a11145 commit ac1ebbf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/ember-statecharts/config/ember-try.js
Expand Up @@ -27,6 +27,8 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': await getChannelURL('release'),
'ember-auto-import': '^2.0.0',
webpack: '^5.0.0',
},
},
},
Expand All @@ -35,6 +37,8 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': await getChannelURL('beta'),
'ember-auto-import': '^2.0.0',
webpack: '^5.0.0',
},
},
},
Expand All @@ -43,6 +47,8 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': await getChannelURL('canary'),
'ember-auto-import': '^2.0.0',
webpack: '^5.0.0',
},
},
},
Expand Down

0 comments on commit ac1ebbf

Please sign in to comment.