Skip to content

Commit

Permalink
bugfix: Installed @types/ember__owner in ember-lts-4.4 and ember-lts-…
Browse files Browse the repository at this point in the history
…4.8 scenarios
  • Loading branch information
ijlee2 committed Jun 12, 2024
1 parent 146803d commit 727f875
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = async function () {
'@ember/test-helpers': '2.7.0',
'@types/ember__test-helpers': '2.8.3',
'@types/ember-qunit': '6.1.1',
'@types/ember__owner': '4.0.9',
'ember-a11y-testing': '5.2.1',
'ember-qunit': '6.0.0',
'ember-source': '~4.4.0',
Expand All @@ -25,6 +26,7 @@ module.exports = async function () {
name: 'ember-lts-4.8',
npm: {
devDependencies: {
'@types/ember__owner': '4.0.9',
'ember-source': '~4.8.0',
},
},
Expand Down

0 comments on commit 727f875

Please sign in to comment.