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

build: upgrade dev dependencies #4707

Merged
merged 2 commits into from
May 22, 2017

Commits on May 22, 2017

  1. build: upgrade dev dependencies

    * Upgrades outdated development dependencies to the latest versions.
    * Skipped upgrading Autoprefixer due to a breaking change with the Browserlist.
    * Skipped upgrading UglifyJS due to unresolved issues in UglifyJS3
    * Skipped upgrading google-closure-compiler due to alexeagle/closure-compiler-angular-bundling#30
    * Skipped upgrading jasmine types because they now enforce types in `expect` calls (which is nice) but for Protractor the `expect` automatically unwraps promises (See angular/protractor#4176)
    devversion committed May 22, 2017
    Configuration menu
    Copy the full SHA
    6253a0e View commit details
    Browse the repository at this point in the history
  2. Lock jasmine types

    devversion committed May 22, 2017
    Configuration menu
    Copy the full SHA
    4559e5d View commit details
    Browse the repository at this point in the history