From cf6284656f9356093c40a04d06cf61a46e5bb95d Mon Sep 17 00:00:00 2001 From: Georgios Kalpakas Date: Wed, 26 Jul 2017 17:02:40 +0300 Subject: [PATCH] build(aio): upgrade `@angular/material` to 2.0.0-meta.8 --- aio/package.json | 3 ++- aio/yarn.lock | 12 +++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/aio/package.json b/aio/package.json index 01ba7c08a0..7aaeb6657d 100644 --- a/aio/package.json +++ b/aio/package.json @@ -49,12 +49,13 @@ "private": true, "dependencies": { "@angular/animations": "^4.3.1", + "@angular/cdk": "^2.0.0-beta.8", "@angular/common": "^4.3.1", "@angular/compiler": "^4.3.1", "@angular/core": "^4.3.1", "@angular/forms": "^4.3.1", "@angular/http": "^4.3.1", - "@angular/material": "^2.0.0-beta.7", + "@angular/material": "^2.0.0-beta.8", "@angular/platform-browser": "^4.3.1", "@angular/platform-browser-dynamic": "^4.3.1", "@angular/platform-server": "^4.3.1", diff --git a/aio/yarn.lock b/aio/yarn.lock index a4cdc740af..1fa1676fa7 100644 --- a/aio/yarn.lock +++ b/aio/yarn.lock @@ -8,6 +8,12 @@ dependencies: tslib "^1.7.1" +"@angular/cdk@^2.0.0-beta.8": + version "2.0.0-beta.8" + resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-2.0.0-beta.8.tgz#71961c851dfbeb19e085e898bf5e4461408f8b57" + dependencies: + tslib "^1.7.1" + "@angular/cli@angular/cli-builds#webpack-next": version "1.2.0-beta.0-7c33dd4" resolved "https://codeload.github.com/angular/cli-builds/tar.gz/b4bb5968c04c92fd816c434044e28bbfc60b296c" @@ -111,9 +117,9 @@ dependencies: tslib "^1.7.1" -"@angular/material@^2.0.0-beta.7": - version "2.0.0-beta.7" - resolved "https://registry.yarnpkg.com/@angular/material/-/material-2.0.0-beta.7.tgz#2584aaf1ffbe24779916345f1ac82921ccbc2577" +"@angular/material@^2.0.0-beta.8": + version "2.0.0-beta.8" + resolved "https://registry.yarnpkg.com/@angular/material/-/material-2.0.0-beta.8.tgz#a92852abc9261aea26c2401f576645470be2cf38" dependencies: tslib "^1.7.1"