Update angular cdk
This commit is contained in:
parent
cedbdbfeab
commit
9aff616d50
2 changed files with 6 additions and 6 deletions
|
@ -31,7 +31,7 @@
|
|||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^12.0.0",
|
||||
"@angular/animations": "^12.0.0",
|
||||
"@angular/cdk": "^11.0.0",
|
||||
"@angular/cdk": "^12.0.0",
|
||||
"@angular/cli": "^12.0.0",
|
||||
"@angular/common": "^12.0.0",
|
||||
"@angular/compiler": "^12.0.0",
|
||||
|
|
|
@ -128,12 +128,12 @@
|
|||
dependencies:
|
||||
tslib "^2.1.0"
|
||||
|
||||
"@angular/cdk@^11.0.0":
|
||||
version "11.2.8"
|
||||
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-11.2.8.tgz#2cf8be9bbdbe651e655ef15b38f3ec6fc78517d4"
|
||||
integrity sha512-RLJnL4U8FXoaUptVkuYjPA5eo+L0O34NEPZECKQMYZhFAD934bo8/nk+DEBZGyM77GxPUL1seaFNMm+y1wox2g==
|
||||
"@angular/cdk@^12.0.0":
|
||||
version "12.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-12.0.0.tgz#86064923870a7f1d6094d08dc7951e41d8972aaa"
|
||||
integrity sha512-Ij1wNlufbwH2R3zVwkiJgrI0Oc4+yuveEFWMnckcZ7t6E3drmeS1/YeHSbYlWau+fglWs7LtJWC4dEIpGymvzg==
|
||||
dependencies:
|
||||
tslib "^2.0.0"
|
||||
tslib "^2.1.0"
|
||||
optionalDependencies:
|
||||
parse5 "^5.0.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue