0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Merge pull request #6519 from acburdine/esa-1.1

Upgrade ember-simple-auth to 1.1-beta
This commit is contained in:
Kevin Ansfield 2016-04-28 14:58:15 +01:00
commit d085c827ca
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,6 @@
window.deprecationWorkflow = window.deprecationWorkflow || {};
window.deprecationWorkflow.config = {
workflow: [
{handler: 'silence', matchMessage: 'Using the injected `container` is deprecated. Please use the `getOwner` helper instead to access the owner of this object.'},
{handler: 'silence', matchMessage: 'You modified (-join-classes "ember-view" "form-group" (-normalize-class "errorClass" errorClass activeClass=undefined inactiveClass=undefined)) twice in a single render. This was unreliable in Ember 1.x and will be removed in Ember 3.0'}
]
};

View file

@ -48,7 +48,7 @@
"ember-power-select": "0.9.2",
"ember-resolver": "2.0.3",
"ember-route-action-helper": "0.3.0",
"ember-simple-auth": "1.0.1",
"ember-simple-auth": "1.1.0-beta.4",
"ember-sinon": "0.5.0",
"ember-sortable": "1.7.0",
"ember-suave": "2.0.1",