Skip to content

Commit

Permalink
Update try
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 1, 2025
1 parent 04fadd1 commit 3395422
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ module.exports = async function () {
'@ember/test-helpers': '^3.0.0',
'ember-qunit': '^9.0.1',
'ember-resolver': '^10.0.0',
// not needed
'ember-maybe-import-regenerator': null,
'ember-cli-dependency-checker': null,
};

const ember5Deps = {
...ember4Deps,
'@glimmer/component': '^1.1.2',
'@ember/string': '^3.1.1',
'ember-resolver': '^11.0.0',
'ember-auto-import': '^2.3.0',
'ember-template-lint': '^6.0.0',
'ember-cli': '^5.12.0',
'ember-maybe-import-regenerator': null,
'ember-cli-dependency-checker': null,
'qunit-dom': '^3.4.0',
};

Expand Down

0 comments on commit 3395422

Please sign in to comment.