Skip to content

Commit

Permalink
Update ember-try
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 3, 2023
1 parent faec8a7 commit 8fa8c59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': await getChannelURL('release'),
'@glint/template': '^1.0.0',
},
},
},
Expand All @@ -47,6 +48,7 @@ module.exports = async function () {
},
devDependencies: {
'ember-source': await getChannelURL('beta'),
'@glint/template': '^1.0.0',
webpack: '^5.0.0',
},
},
Expand All @@ -59,6 +61,7 @@ module.exports = async function () {
},
devDependencies: {
'ember-source': await getChannelURL('canary'),
'@glint/template': '^1.0.0',
webpack: '^5.0.0',
},
},
Expand Down

0 comments on commit 8fa8c59

Please sign in to comment.