ember-cli-sass: ^7.1.3 -> ^10.0.1
This allows running the dummy app with Node 12.
ember-cli-babel: ^6.8.2 -> ^7.7.3
This enables the usage of decorators.
Also removes the deprecated babel.blacklist config. This is now handled via the browser targets.js.
These were the only dependencies blocking my local development, but I would also recommend to upgrade the others soon:
@buschtoens mind rebasing this on the latest master? Might have some conflicts w/ the ember-cli-babel updates, but I think the sass updates to unblock Node 12 would still be good.
Upgrades these dependencies:
ember-cli-sass
:^7.1.3
->^10.0.1
This allows running the dummy app with Node 12.ember-cli-babel
:^6.8.2
->^7.7.3
This enables the usage of decorators. Also removes the deprecatedbabel.blacklist
config. This is now handled via the browsertargets.js
.These were the only dependencies blocking my local development, but I would also recommend to upgrade the others soon: