Updated @angular/cdk

This commit is contained in:
oussamaAlouat 2020-04-02 16:57:37 +02:00
parent 3fa25b5183
commit 26cc16684c
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View file

@ -328,9 +328,9 @@
"integrity": "sha512-zTCgrIAA9FYPMbqqpQnoNltiLR58q0FMfzP2t96q/1tjyVy/Y/IaNgVQ7eL0HeQ0nG6IAzQ1HVx8Xeneg4Yj5Q==" "integrity": "sha512-zTCgrIAA9FYPMbqqpQnoNltiLR58q0FMfzP2t96q/1tjyVy/Y/IaNgVQ7eL0HeQ0nG6IAzQ1HVx8Xeneg4Yj5Q=="
}, },
"@angular/cdk": { "@angular/cdk": {
"version": "9.1.2", "version": "9.2.0",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-9.1.2.tgz", "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-9.2.0.tgz",
"integrity": "sha512-x5niyE0iYrbVtLYjJFw2MoS+OoSbJn6y/G2pNScviDwyjBBgqRh4YgUox2kMhdPumkvuh+eA6blZoE9qpvSo2w==", "integrity": "sha512-jeeznvNDpR9POuxzz8Y0zFvMynG9HCJo3ZPTqOjlOq8Lj8876+rLsHDvKEMeLdwlkdi1EweYJW1CLQzI+TwqDA==",
"requires": { "requires": {
"parse5": "^5.0.0" "parse5": "^5.0.0"
}, },
@ -24619,7 +24619,8 @@
}, },
"ws": { "ws": {
"version": "1.1.2", "version": "1.1.2",
"resolved": "", "resolved": "https://registry.npmjs.org/ws/-/ws-1.1.2.tgz",
"integrity": "sha1-iiRPoFJAHgjJiGz0SoUYnh/UBn8=",
"dev": true, "dev": true,
"requires": { "requires": {
"options": ">=0.0.5", "options": ">=0.0.5",

View file

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