Skip to content

Commit

Permalink
fix ember-try
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Nov 24, 2023
1 parent 6ba3911 commit 93e4a58
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.16.0',
'ember-cli': '~4.12.0',
'ember-qunit': '6.0.0',
'@ember/test-helpers': '^2.4.0',
'ember-resolver': '8.1.0',
},
},
},
Expand All @@ -21,6 +25,10 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.20.5',
'ember-cli': '~4.12.0',
'ember-qunit': '6.0.0',
'@ember/test-helpers': '^2.4.0',
'ember-resolver': '8.1.0',
},
},
},
Expand All @@ -29,6 +37,10 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.24.3',
'ember-cli': '~4.12.0',
'ember-qunit': '6.0.0',
'@ember/test-helpers': '^2.4.0',
'ember-resolver': '8.1.0',
},
},
},
Expand All @@ -37,6 +49,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.28.0',
'ember-cli': '~4.12.0',
},
},
},
Expand Down

0 comments on commit 93e4a58

Please sign in to comment.