Skip to content

Commit

Permalink
chore: enable new ember-data in scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Jun 23, 2023
1 parent 859d7d4 commit 1102b16
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions packages/ember-simple-auth/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ module.exports = function() {
devDependencies: {
'ember-cli': '~4.12.0',
'ember-source': '~4.12.0',
// ember-data >=4.12 breaks under fastboot
// 'ember-data': '~4.12.0',
'ember-data': '~4.12.0',
},
},
},
Expand All @@ -71,8 +70,7 @@ module.exports = function() {
npm: {
devDependencies: {
'ember-cli': 'latest',
// ember-data >=4.12 breaks under fastboot
// 'ember-data': 'latest',
'ember-data': 'latest',
'ember-source': releaseUrl,
torii: null,
},
Expand All @@ -83,8 +81,7 @@ module.exports = function() {
npm: {
devDependencies: {
'ember-cli': 'beta',
// ember-data >=4.12 breaks under fastboot
// 'ember-data': 'beta',
'ember-data': 'beta',
'ember-source': betaUrl,
torii: null,
},
Expand All @@ -95,8 +92,7 @@ module.exports = function() {
npm: {
devDependencies: {
'ember-cli': 'beta',
// ember-data >=4.12 breaks under fastboot
// 'ember-data': 'canary',
'ember-data': 'canary',
'ember-source': canaryUrl,
torii: null,
},
Expand Down

0 comments on commit 1102b16

Please sign in to comment.