Skip to content

Commit

Permalink
Set @glimmer/component 1.x for ember < 4.8 as its not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Nov 11, 2024
1 parent 4a2e161 commit ae70268
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-app/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.28',
npm: {
devDependencies: {
'@glimmer/component': '^1.1.2',
'@ember/test-helpers': '^2.9.4',
'ember-cli': '~4.12.2',
'ember-qunit': '^6.0.0',
Expand All @@ -23,6 +24,7 @@ module.exports = async function () {
name: 'ember-lts-4.4',
npm: {
devDependencies: {
'@glimmer/component': '^1.1.2',
'ember-resolver': '^8.0.0',
'ember-source': '~4.4.0',
},
Expand All @@ -32,6 +34,7 @@ module.exports = async function () {
name: 'ember-lts-4.8',
npm: {
devDependencies: {
'@glimmer/component': '^1.1.2',
'ember-resolver': '^11.0.0',
'ember-source': '~4.8.0',
},
Expand Down

0 comments on commit ae70268

Please sign in to comment.