Skip to content

Commit

Permalink
fix ember-try for ember < 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Dec 12, 2023
1 parent 742f08f commit 344388e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = async function () {
'@ember/test-helpers': '2.7.0',
'ember-qunit': '6.0.0',
'ember-resolver': '8.1.0',
'ember-cli': '^4.12.0',
},
},
},
Expand All @@ -26,6 +27,7 @@ module.exports = async function () {
'@ember/test-helpers': '2.7.0',
'ember-qunit': '6.0.0',
'ember-resolver': '8.1.0',
'ember-cli': '^4.12.0',
},
},
},
Expand All @@ -37,6 +39,7 @@ module.exports = async function () {
'@ember/test-helpers': '2.7.0',
'ember-qunit': '6.0.0',
'ember-resolver': '8.1.0',
'ember-cli': '^4.12.0',
},
},
},
Expand All @@ -46,6 +49,7 @@ module.exports = async function () {
devDependencies: {
'ember-source': '~3.28.0',
'ember-resolver': '8.1.0',
'ember-cli': '^4.12.0',
},
},
},
Expand Down

0 comments on commit 344388e

Please sign in to comment.