DaniSchenk / moment-feiertage

MomentJS Plugin: Check if a date is a german holiday (Feiertag)
https://www.npmjs.com/package/moment-feiertage
32 stars 9 forks source link

Fix peerDependency issue #29

Closed DaniSchenk closed 2 years ago

DaniSchenk commented 2 years ago

Hi, I use your plugin and it's very useful for me. But now I have to update moment to version 2.29. Will you update your peerDependency in the next time? Best regards, Peter

Originally posted by @pit999 in https://github.com/DaniSchenk/moment-feiertage/issues/28#issuecomment-1183388151

DaniSchenk commented 2 years ago

Hey @pit999,

I changed the peer deps to

"peerDependencies": {
    "moment": ">=2.15.x"
  },

and I hope that solves your issue