Skip to content

Commit

Permalink
fix ember-try
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed May 2, 2024
1 parent cbc3ecd commit 131da69
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/ember-cli-fastboot/tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ module.exports = async function () {
devDependencies: {
'ember-source': '~3.16.0',
'ember-qunit': '^5.0.0',
'ember-cli': '^4.12.0',
'@ember/test-helpers': '^2.4.0',
},
},
},
Expand All @@ -22,6 +24,8 @@ module.exports = async function () {
devDependencies: {
'ember-source': '~3.20.5',
'ember-qunit': '^5.0.0',
'ember-cli': '^4.12.0',
'@ember/test-helpers': '^2.4.0',
},
},
},
Expand All @@ -31,6 +35,8 @@ module.exports = async function () {
devDependencies: {
'ember-source': '~3.24.3',
'ember-qunit': '^5.0.0',
'ember-cli': '^4.12.0',
'@ember/test-helpers': '^2.4.0',
},
},
},
Expand All @@ -39,6 +45,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.28.0',
'ember-cli': '^4.12.0',
},
},
},
Expand Down

0 comments on commit 131da69

Please sign in to comment.