From c17de571e0a0712077dade420892bf440a171786 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 19 Oct 2018 03:54:09 +0000 Subject: [PATCH] fix: update dependency @angular/cdk to v7 --- package.json | 2 +- yarn.lock | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c58c6f8..3bdcd9c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@angular/animations": "6.1.4", - "@angular/cdk": "^6.2.0", + "@angular/cdk": "^7.0.0", "@angular/common": "6.1.4", "@angular/compiler": "6.1.4", "@angular/core": "6.1.4", diff --git a/yarn.lock b/yarn.lock index fd65164..8184239 100644 --- a/yarn.lock +++ b/yarn.lock @@ -121,11 +121,13 @@ dependencies: tslib "^1.9.0" -"@angular/cdk@^6.2.0": - version "6.4.3" - resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-6.4.3.tgz#4881276b25ab91e7cb8378bc94ea36dbaa0da987" +"@angular/cdk@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-7.0.0.tgz#b98d7378e84fed1af30c460aa91af4ada2cf252b" dependencies: tslib "^1.7.1" + optionalDependencies: + parse5 "^5.0.0" "@angular/cli@6.1.3": version "6.1.3" @@ -4797,6 +4799,10 @@ parse5@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/parse5/-/parse5-4.0.0.tgz#6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608" +parse5@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.0.tgz#c59341c9723f414c452975564c7c00a68d58acd2" + parseqs@0.0.5: version "0.0.5" resolved "https://registry.yarnpkg.com/parseqs/-/parseqs-0.0.5.tgz#d5208a3738e46766e291ba2ea173684921a8b89d"