Skip to content

Commit

Permalink
Fix ember try
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Nov 21, 2023
1 parent 5335e98 commit 7868633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ module.exports = async function () {
npm: {
devDependencies: {
'@ember/test-helpers': '^2.9.4',
'ember-cli"': '^6.2.0',
'ember-qunit': '~4.12.2',
'ember-cli"': '~4.12.2',
'ember-qunit': '^6.0.0',
'ember-resolver': '^8.0.0',
'ember-source': '~3.28.0',
},
Expand Down

0 comments on commit 7868633

Please sign in to comment.