Skip to content

Commit

Permalink
upgrade peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
BhavinPatel04 committed Oct 11, 2020
1 parent 68e2a0d commit d4bd628
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions projects/ngx-datetime-range-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-datetime-range-picker",
"version": "3.0.0",
"version": "3.0.1",
"homepage": "https://github.com/BhavinPatel04/ngx-datetime-range-picker",
"bugs": "https://github.com/BhavinPatel04/ngx-datetime-range-picker/issues",
"repository": {
Expand Down Expand Up @@ -58,10 +58,10 @@
],
"private": false,
"peerDependencies": {
"@angular/cdk": "^7.2.0",
"@angular/common": "^7.1.0",
"@angular/core": "^7.1.0",
"@angular/material": "^7.2.0",
"@angular/cdk": "^10.2.4",
"@angular/common": "~10.1.5",
"@angular/core": "~10.1.5",
"@angular/material": "^10.2.4",
"bootstrap": "^4.2.1",
"font-awesome": "^4.7.0",
"moment": "^2.23.0"
Expand Down

0 comments on commit d4bd628

Please sign in to comment.