chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
22 stars 13 forks source link

dep: Upgrade the `date-fns` package #879

Closed tahini closed 6 months ago

tahini commented 6 months ago

Use the latest compatible version of the date-fns package, and use the same for both transition-frontend and chaire-lib-frontend.

tahini commented 6 months ago

I hope this fixes the very many docker build timeouts that we've been having in the past few days

greenscientist commented 6 months ago

oh it was not just a general infra timeout, it was always the same package?

tahini commented 6 months ago

oh it was not just a general infra timeout, it was always the same package?

1- yes, probably just a large package (with all languages of dates). But that didn't solve the problem, still keeping the commit as it's always good to have latest and greatest

2- I added a timeout to the docker build, hopefully it will build correctly now.

greenscientist commented 6 months ago

Can you add a comment about the timeout in the dockerfile ?

tahini commented 6 months ago

Can you add a comment about the timeout in the dockerfile ?

Done