mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
deps: ember-cli-deprecation-workflow@0.1.5
This commit is contained in:
parent
cec22372a9
commit
71706160f9
7
ghost/admin/config/deprecation-workflow.js
Normal file
7
ghost/admin/config/deprecation-workflow.js
Normal file
@ -0,0 +1,7 @@
|
||||
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'}
|
||||
]
|
||||
};
|
@ -26,6 +26,7 @@
|
||||
"ember-cli-babel": "5.1.5",
|
||||
"ember-cli-content-security-policy": "0.4.0",
|
||||
"ember-cli-dependency-checker": "1.1.0",
|
||||
"ember-cli-deprecation-workflow": "0.1.5",
|
||||
"ember-cli-fastclick": "1.0.3",
|
||||
"ember-cli-htmlbars": "1.0.1",
|
||||
"ember-cli-htmlbars-inline-precompile": "0.3.1",
|
||||
|
Loading…
Reference in New Issue
Block a user