fix: downgrade Angular CDK (#5757)

This commit is contained in:
Sergey Andrievskiy 2020-08-28 19:27:59 +03:00 committed by GitHub
parent 36ac431a4e
commit 9e340ae905
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -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"

View file

@ -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",