- update @angular/cdk to v10

This commit is contained in:
Nhan NQ 2020-07-14 16:57:22 +07:00
parent 0ccfb9d9fe
commit 168ea7f88f
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View file

@ -594,11 +594,12 @@
}
},
"@angular/cdk": {
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-9.1.2.tgz",
"integrity": "sha512-x5niyE0iYrbVtLYjJFw2MoS+OoSbJn6y/G2pNScviDwyjBBgqRh4YgUox2kMhdPumkvuh+eA6blZoE9qpvSo2w==",
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-10.0.1.tgz",
"integrity": "sha512-tEgaTDQplptbOf4cHHdVScH0h5QNvkWDhabAWpWaT4/dVXEsp+p2E9Pzkemesi/gNmUIetVjGaicX5VqsijZSQ==",
"requires": {
"parse5": "^5.0.0"
"parse5": "^5.0.0",
"tslib": "^2.0.0"
},
"dependencies": {
"parse5": {

View file

@ -32,7 +32,7 @@
"dependencies": {
"@akveo/ng2-completer": "^9.0.1",
"@angular/animations": "^10.0.3",
"@angular/cdk": "^9.1.2",
"@angular/cdk": "^10.0.1",
"@angular/common": "^10.0.3",
"@angular/compiler": "^10.0.3",
"@angular/core": "^10.0.3",