Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): upgrade ember-cli-sass & ember-cli-babel #299

Merged
merged 3 commits into from
Sep 17, 2019

Commits on Sep 16, 2019

  1. chore(deps): upgrade ember-cli-sass

    `^7.1.3` -> `^10.0.1`
    
    Also adds `sass` as the new default sass implementation.
    
    This allows running the dummy app with Node 12.
    buschtoens committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    bbd1218 View commit details
    Browse the repository at this point in the history
  2. chore(deps): upgrade 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`.
    buschtoens committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    e7304bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dff383 View commit details
    Browse the repository at this point in the history