kuhnroyal / mat-datetimepicker

Material datetimepicker for @angular/material
MIT License
152 stars 86 forks source link

Wrong Dependency on @mat-datetimepicker/moment #511

Closed weckx closed 7 months ago

weckx commented 7 months ago

The @mat-datetimepicker/moment package has a dependency on @mat-datetimepicker/core: ^12.0.0 which causes an error when using NPM install. I believe it should be updated to @mat-datetimepicker/core: ^13.0.0

bbortt commented 7 months ago

damn. missed that. let's see if I find time to fix it this evening. if you're faster @weckx, feel free to open a PR.

weckx commented 7 months ago

Was going to work on it right now, but I see you just fixed it. Thanks!