Skip to content

Commit

Permalink
Update ember-try.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Oct 11, 2024
1 parent 278a819 commit 4ecc75f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = async function () {
name: 'ember-lts-3.16',
npm: {
devDependencies: {
'@ember/test-helpers': '^2.4.0',
'ember-cli': '^3.28.0',
'ember-source': '~3.16.0',
'ember-qunit': '^5.1.5',
Expand All @@ -21,6 +22,7 @@ module.exports = async function () {
name: 'ember-lts-3.20',
npm: {
devDependencies: {
'@ember/test-helpers': '^2.4.0',
'ember-cli': '^3.28.0',
'ember-source': '~3.20.5',
'ember-qunit': '^5.1.5',
Expand All @@ -31,6 +33,7 @@ module.exports = async function () {
name: 'ember-lts-3.24',
npm: {
devDependencies: {
'@ember/test-helpers': '^2.4.0',
'ember-cli': '^3.28.0',
'ember-source': '~3.24.0',
'ember-qunit': '^5.1.5',
Expand All @@ -41,6 +44,7 @@ module.exports = async function () {
name: 'ember-lts-3.28',
npm: {
devDependencies: {
'@ember/test-helpers': '^2.4.0',
'ember-cli': '^3.28.0',
'ember-source': '~3.28.0',
'ember-qunit': '^5.1.5',
Expand Down

0 comments on commit 4ecc75f

Please sign in to comment.