Skip to content

Commit

Permalink
fix(deps): update angularmaterial monorepo to >=8.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 18, 2019
1 parent bcab9b7 commit e8d06b4
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.2",
"@angular/core": ">=8.2.2",
"@angular/cdk": ">=8.1.2",
"@angular/material": ">=8.1.2"
"@angular/cdk": ">=8.1.3",
"@angular/material": ">=8.1.3"
}
}
4 changes: 2 additions & 2 deletions libs/chat-box/package.json
Expand Up @@ -4,7 +4,7 @@
"peerDependencies": {
"@angular/common": ">=8.2.2",
"@angular/core": ">=8.2.2",
"@angular/cdk": ">=8.1.2",
"@angular/material": ">=8.1.2"
"@angular/cdk": ">=8.1.3",
"@angular/material": ">=8.1.3"
}
}
4 changes: 2 additions & 2 deletions libs/context-menu/package.json
Expand Up @@ -4,7 +4,7 @@
"peerDependencies": {
"@angular/common": ">=8.2.2",
"@angular/core": ">=8.2.2",
"@angular/cdk": ">=8.1.2",
"@angular/material": ">=8.1.2"
"@angular/cdk": ">=8.1.3",
"@angular/material": ">=8.1.3"
}
}
4 changes: 2 additions & 2 deletions libs/draggable/package.json
Expand Up @@ -4,7 +4,7 @@
"peerDependencies": {
"@angular/common": ">=8.2.2",
"@angular/core": ">=8.2.2",
"@angular/cdk": ">=8.1.2",
"@angular/material": ">=8.1.2"
"@angular/cdk": ">=8.1.3",
"@angular/material": ">=8.1.3"
}
}
4 changes: 2 additions & 2 deletions libs/notifications/package.json
Expand Up @@ -4,7 +4,7 @@
"peerDependencies": {
"@angular/common": ">=8.2.2",
"@angular/core": ">=8.2.2",
"@angular/cdk": ">=8.1.2",
"@angular/material": ">=8.1.2"
"@angular/cdk": ">=8.1.3",
"@angular/material": ">=8.1.3"
}
}
4 changes: 2 additions & 2 deletions libs/theme-picker/package.json
Expand Up @@ -4,7 +4,7 @@
"peerDependencies": {
"@angular/common": ">=8.2.2",
"@angular/core": ">=8.2.2",
"@angular/cdk": ">=8.1.2",
"@angular/material": ">=8.1.2"
"@angular/cdk": ">=8.1.3",
"@angular/material": ">=8.1.3"
}
}

0 comments on commit e8d06b4

Please sign in to comment.