socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit 8da5b2438fe8d98a34de4ac9de41a13592ae8c38
parent 38ad92372dc8abdc95812212cea3d33904477e34
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sat, 19 May 2018 11:37:27 +0200

Merge pull request #23 from SocialNetworkNews/renovate/angular-cdk-6.x

Update dependency @angular/cdk to v6
Diffstat:
Mpackage.json | 7++++++-
Myarn.lock | 6+++---
2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json @@ -14,8 +14,13 @@ }, "private": true, "dependencies": { + "@angular/animations": "^5.2.9", + "@angular/cdk": "^6.0.0", + "@angular/common": "^5.0.0", + "@angular/compiler": "^5.0.0", + "@angular/core": "^5.0.0", "@angular/animations": "^6.0.0", - "@angular/cdk": "^5.2.4", + "@angular/cdk": "^6.0.0", "@angular/common": "^6.0.0", "@angular/compiler": "^6.0.0", "@angular/core": "^6.0.0", diff --git a/yarn.lock b/yarn.lock @@ -42,9 +42,9 @@ dependencies: tslib "^1.9.0" -"@angular/cdk@^5.2.4": - version "5.2.4" - resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-5.2.4.tgz#c0a429a8710d8fedb157f546e21cb49d4335f7f7" +"@angular/cdk@^6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-6.0.0.tgz#0e1736eca8900ce1c4e66699d09e91d4ce151f56" dependencies: tslib "^1.7.1"