fix: downgrade Angular CDK

Angular CDK introduced breaking change in the patch update (10.1.2).
https://github.com/akveo/nebular/issues/2487#issuecomment-682661879
Lock cdk version to 10.1.1.
This commit is contained in:
Sergey Andrievskiy 2020-08-28 18:05:12 +03:00
parent 36ac431a4e
commit cffbbb989a
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",