Open ldalves opened 6 years ago
I just added this to get around it until ember-ast-helpers is updated in this:
"resolutions": {
"@fortawesome/ember-fontawesome/**/ember-ast-helpers": "^0.4.0"
}
Attempted to upgrade in #81 but either I did something silly/dumb or there is a dependency issue.
If anyone wants to give this a look that would be helpful. I don't have time right now to run the issue to ground but I'll try next week.
This is a known issue with ember-ast-helpers: https://github.com/cibernox/ember-ast-helpers/issues/21
After I installed
@fortawesome/ember-fontawesome
, I started getting some warning messages when runningember s
.These warnings were fixed in https://github.com/tildeio/simple-html-tokenizer/pull/61.
However it seems that
ember-fontawesome
still uses old version ofsimple-html-tokenizer
.Is there anything we could do in order to avoid those warnings?