Skip to content

Commit

Permalink
@ember/string v4 is not compatible with Ember < 3.28
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Nov 19, 2024
1 parent f08602a commit c2fa85a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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.20',
npm: {
devDependencies: {
'@ember/string': '^3.0.0',
'ember-qunit': '6.0.0',
'ember-source': '~3.20.5',
},
Expand All @@ -20,6 +21,7 @@ module.exports = async function () {
name: 'ember-lts-3.24',
npm: {
devDependencies: {
'@ember/string': '^3.0.0',
'ember-qunit': '6.0.0',
'ember-source': '~3.24.3',
},
Expand Down

0 comments on commit c2fa85a

Please sign in to comment.