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 b9dbbf4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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 Expand Up @@ -111,6 +115,7 @@ module.exports = async function () {
devDependencies: {
'ember-source': '~3.28.0',
'ember-resolver': '8.1.0',
'ember-cli': '^4.12.0',
},
ember: {
edition: 'classic',
Expand Down

0 comments on commit b9dbbf4

Please sign in to comment.