Skip to content

Commit

Permalink
chore: remove torii from 4.12 ember-try and onwards
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Apr 28, 2023
1 parent 7e91b64 commit d66d454
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions packages/ember-simple-auth/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ module.exports = function() {
npm: {
devDependencies: {
'ember-cli': '~4.12.0',
'ember-data': '~4.12.0',
'ember-source': '~4.12.0',
// ember-data >=4.12 breaks under fastboot
// 'ember-data': '~4.12.0',
},
},
},
Expand All @@ -70,8 +71,10 @@ module.exports = function() {
npm: {
devDependencies: {
'ember-cli': 'latest',
'ember-data': 'latest',
// ember-data >=4.12 breaks under fastboot
// 'ember-data': 'latest',
'ember-source': releaseUrl,
torii: null,
},
},
},
Expand All @@ -80,8 +83,10 @@ module.exports = function() {
npm: {
devDependencies: {
'ember-cli': 'beta',
'ember-data': 'beta',
// ember-data >=4.12 breaks under fastboot
// 'ember-data': 'beta',
'ember-source': betaUrl,
torii: null,
},
},
},
Expand All @@ -90,8 +95,10 @@ module.exports = function() {
npm: {
devDependencies: {
'ember-cli': 'beta',
'ember-data': 'canary',
// ember-data >=4.12 breaks under fastboot
// 'ember-data': 'canary',
'ember-source': canaryUrl,
torii: null,
},
},
},
Expand Down

0 comments on commit d66d454

Please sign in to comment.