mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
fix: downgrade Angular CDK (#5757)
This commit is contained in:
parent
36ac431a4e
commit
9e340ae905
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue