Skip to content

Commit

Permalink
fix(deps): update angularmaterial monorepo to >=8.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 7, 2019
1 parent c88c8dc commit e1dacae
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions libs/app-confirm/package.json
Expand Up @@ -4,7 +4,7 @@
"peerDependencies": {
"@angular/common": ">=8.2.5",
"@angular/core": ">=8.2.5",
"@angular/cdk": ">=8.1.3",
"@angular/material": ">=8.1.3"
"@angular/cdk": ">=8.1.4",
"@angular/material": ">=8.1.4"
}
}
4 changes: 2 additions & 2 deletions libs/chat-box/package.json
Expand Up @@ -4,7 +4,7 @@
"peerDependencies": {
"@angular/common": ">=8.2.5",
"@angular/core": ">=8.2.5",
"@angular/cdk": ">=8.1.3",
"@angular/material": ">=8.1.3"
"@angular/cdk": ">=8.1.4",
"@angular/material": ">=8.1.4"
}
}
4 changes: 2 additions & 2 deletions libs/context-menu/package.json
Expand Up @@ -4,7 +4,7 @@
"peerDependencies": {
"@angular/common": ">=8.2.5",
"@angular/core": ">=8.2.5",
"@angular/cdk": ">=8.1.3",
"@angular/material": ">=8.1.3"
"@angular/cdk": ">=8.1.4",
"@angular/material": ">=8.1.4"
}
}
4 changes: 2 additions & 2 deletions libs/draggable/package.json
Expand Up @@ -4,7 +4,7 @@
"peerDependencies": {
"@angular/common": ">=8.2.5",
"@angular/core": ">=8.2.5",
"@angular/cdk": ">=8.1.3",
"@angular/material": ">=8.1.3"
"@angular/cdk": ">=8.1.4",
"@angular/material": ">=8.1.4"
}
}
4 changes: 2 additions & 2 deletions libs/notifications/package.json
Expand Up @@ -4,7 +4,7 @@
"peerDependencies": {
"@angular/common": ">=8.2.5",
"@angular/core": ">=8.2.5",
"@angular/cdk": ">=8.1.3",
"@angular/material": ">=8.1.3"
"@angular/cdk": ">=8.1.4",
"@angular/material": ">=8.1.4"
}
}
4 changes: 2 additions & 2 deletions libs/theme-picker/package.json
Expand Up @@ -4,7 +4,7 @@
"peerDependencies": {
"@angular/common": ">=8.2.5",
"@angular/core": ">=8.2.5",
"@angular/cdk": ">=8.1.3",
"@angular/material": ">=8.1.3"
"@angular/cdk": ">=8.1.4",
"@angular/material": ">=8.1.4"
}
}

0 comments on commit e1dacae

Please sign in to comment.