23.diff (1053B)
1 diff --git a/package.json b/package.json 2 index 9da0d32..5568585 100644 3 --- a/package.json 4 +++ b/package.json 5 @@ -14,8 +14,13 @@ 6 }, 7 "private": true, 8 "dependencies": { 9 + "@angular/animations": "^5.2.9", 10 + "@angular/cdk": "^6.0.0", 11 + "@angular/common": "^5.0.0", 12 + "@angular/compiler": "^5.0.0", 13 + "@angular/core": "^5.0.0", 14 "@angular/animations": "^6.0.0", 15 - "@angular/cdk": "^5.2.4", 16 + "@angular/cdk": "^6.0.0", 17 "@angular/common": "^6.0.0", 18 "@angular/compiler": "^6.0.0", 19 "@angular/core": "^6.0.0", 20 diff --git a/yarn.lock b/yarn.lock 21 index f92bc12..5e7e0b9 100644 22 --- a/yarn.lock 23 +++ b/yarn.lock 24 @@ -42,9 +42,9 @@ 25 dependencies: 26 tslib "^1.9.0" 27 28 -"@angular/cdk@^5.2.4": 29 - version "5.2.4" 30 - resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-5.2.4.tgz#c0a429a8710d8fedb157f546e21cb49d4335f7f7" 31 +"@angular/cdk@^6.0.0": 32 + version "6.0.0" 33 + resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-6.0.0.tgz#0e1736eca8900ce1c4e66699d09e91d4ce151f56" 34 dependencies: 35 tslib "^1.7.1" 36