Skip to content

Commit

Permalink
fix ember-try
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jun 25, 2024
1 parent 6fa62fe commit e3a4038
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ module.exports = async function () {
devDependencies: {
'ember-source': '~3.28.0',
'ember-data': '~3.28.0',
'@ember-data/adapter': '~3.28.0',
'@ember-data/model': '~3.28.0',
'@ember-data/serializer': '~3.28.0',
'ember-cli': '~4.12.0',
},
},
Expand All @@ -23,6 +26,9 @@ module.exports = async function () {
devDependencies: {
'ember-source': '~4.4.0',
'ember-data': '~4.4.0',
'@ember-data/adapter': '~4.4.0',
'@ember-data/model': '~4.4.0',
'@ember-data/serializer': '~4.4.0',
},
},
},
Expand All @@ -32,6 +38,9 @@ module.exports = async function () {
devDependencies: {
'ember-source': '~4.8.0',
'ember-data': '~4.8.0',
'@ember-data/adapter': '~4.8.0',
'@ember-data/model': '~4.8.0',
'@ember-data/serializer': '~4.8.0',
},
},
},
Expand All @@ -41,6 +50,9 @@ module.exports = async function () {
devDependencies: {
'ember-source': '~4.12.0',
'ember-data': '~4.12.0',
'@ember-data/adapter': '~4.12.0',
'@ember-data/model': '~4.12.0',
'@ember-data/serializer': '~4.12.0',
},
},
},
Expand Down

0 comments on commit e3a4038

Please sign in to comment.