From 9e340ae90558500bc79f5bb77a7064e5ddbc16aa Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Fri, 28 Aug 2020 19:27:59 +0300 Subject: [PATCH] fix: downgrade Angular CDK (#5757) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e8251e65d..3dff34a259 100644 --- a/package-lock.json +++ b/package-lock.json @@ -469,9 +469,9 @@ } }, "@angular/cdk": { - "version": "10.1.3", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-10.1.3.tgz", - "integrity": "sha512-xMV1M41mfuaQod4rtAG/duYiWffGIC2C87E1YuyHTh8SEcHopGVRQd2C8PWH+iwinPbes7AjU1uzCEvmOYikrA==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-10.1.1.tgz", + "integrity": "sha512-Gt9TmqSVxPTmuNkApEuvva25U60WW152r9+vL7ViFgG+297RE7tzUU8ffBwMXZMdtXnrhLKqLv6ZaBhihMM2Kw==", "requires": { "parse5": "^5.0.0", "tslib": "^2.0.0" diff --git a/package.json b/package.json index 1aa7532b66..e2b2b29f99 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@akveo/ng2-completer": "^9.0.1", "@angular/animations": "^10.0.10", - "@angular/cdk": "^10.1.3", + "@angular/cdk": "10.1.1", "@angular/common": "^10.0.10", "@angular/compiler": "^10.0.10", "@angular/core": "^10.0.10",