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 5faeae3 commit c36e7be
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 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 Expand Up @@ -100,6 +113,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.28.0',
'ember-cli': '~4.12.0',
},
ember: {
edition: 'classic',
Expand Down

0 comments on commit c36e7be

Please sign in to comment.