Skip to content

Commit

Permalink
More ember 5 tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 13, 2023
1 parent db9a2f1 commit 91869d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/ember-try.js
Expand Up @@ -9,6 +9,9 @@ module.exports = async function () {
'@ember/test-helpers': '^3.2.0',
'ember-qunit': '^7.0.0',
'ember-resolver': '^11.0.0',
'ember-auto-import': '^2.3.0',
'ember-cli': '^5.1.0',
'ember-maybe-import-regenerator': null,
};

const release = await getChannelURL('release');
Expand Down Expand Up @@ -37,7 +40,6 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': release,
'ember-cli': '^5.0.0',
...ember5Deps,
},
},
Expand Down Expand Up @@ -83,7 +85,6 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': release,
'ember-cli': '^5.0.0',
...ember5Deps,
},
},
Expand All @@ -93,7 +94,6 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': release,
'ember-cli': '^5.0.0',
...ember5Deps,
},
},
Expand Down

0 comments on commit 91869d7

Please sign in to comment.