AmericanWhitewater / wh2o-vue

Interactive map and guide for whitewater rivers in North America
https://wh2o-vue.netlify.app/
9 stars 1 forks source link

Replace moment.js with more modern date library #529

Open ngottlieb opened 1 year ago

ngottlieb commented 1 year ago

Moment.js is no longer maintained and considered a "legacy project." We should replace it wherever we use it with a more modern date library. (This will resolve one npm audit vulnerability).

See here: https://momentjs.com/docs/#/-project-status/

ngottlieb commented 1 year ago

Note - we may not need a date library at all if we're just careful about our date-related code.