mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
- update @angular/cdk to v10
This commit is contained in:
parent
0ccfb9d9fe
commit
168ea7f88f
2 changed files with 6 additions and 5 deletions
9
package-lock.json
generated
9
package-lock.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue