Skip to content

Commit 2df488a

Browse files
committed
fix(deps): update dependency @angular/cdk to ~7.2.0
1 parent 6681d10 commit 2df488a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"private": true,
3535
"dependencies": {
3636
"@angular/animations": "^7.0.0",
37-
"@angular/cdk": "~7.1.0",
37+
"@angular/cdk": "~7.2.0",
3838
"@angular/common": "^7.0.0",
3939
"@angular/compiler": "^7.0.0",
4040
"@angular/core": "^7.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@
137137
dependencies:
138138
tslib "^1.9.0"
139139

140-
"@angular/cdk@~7.1.0":
141-
version "7.1.0"
142-
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-7.1.0.tgz#7e5c3e3631947ef91413a83997ec4edec92cdd1c"
143-
integrity sha512-dY740pKcIRtKr6n6NomrgqfdEj988urTZ9I/bfJjxF5fdhnSjyhEvDlB55EHsrF+bTTZbZXRmv7AwOQ9GJnD9w==
140+
"@angular/cdk@~7.2.0":
141+
version "7.2.0"
142+
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-7.2.0.tgz#03bfbbcd5882fbdab71e6d5b5f36b612589724b4"
143+
integrity sha512-ANGNIvyEdkMW6APl+6XDQC5VBS+mS/M+3UB/ROnj+7Om3xe2DSbEjqDXB/SpeJYUp6Qg/wQoWmyvd4y8HfjMwA==
144144
dependencies:
145145
tslib "^1.7.1"
146146
optionalDependencies:

0 commit comments

Comments
 (0)