joemccann / dillinger

The last Markdown editor, ever.
https://dillinger.io
MIT License
7.9k stars 1.1k forks source link

Graceful way to upgrade dependencies #839

Open kurtsansom opened 2 years ago

kurtsansom commented 2 years ago

I would like to upgrade all the packages to work with Node 16.

Is there a graceful path to do so?

It feels like a slippery slope into dependency hell....

joemccann commented 2 years ago

If you can figure it out I’d be eternally grateful

gulp 4 upgrade is the biggest issue

On Wed, May 25, 2022 at 09:07 Kurt Sansom @.***> wrote:

I would like to upgrade all the packages to work with Node 16.

Is there a graceful path to do so?

It feels like a slippery slope into dependency hell....

— Reply to this email directly, view it on GitHub https://github.com/joemccann/dillinger/issues/839, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAALY2XMG2YE6TFFPPPE653VLYX3HANCNFSM5W5IOIMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Sent from Joe in Real Life

kurtsansom commented 2 years ago

I guess maybe some tips on where to start? Part of me thinks it would be easier and faster to start from scratch rather than porting, because I would need to a deep dive on how each of the packages are related. I ma not sure what would be a good place to piecemeal it together.