earthstar-project / earthstar

Storage for private, distributed, offline-first applications.
https://earthstar-project.org
GNU Lesser General Public License v3.0
624 stars 18 forks source link

Remove crayon/chalk dependency #260

Closed sgwilym closed 2 years ago

sgwilym commented 2 years ago

What's the problem you solved?

crayon was internally using an unpinned dependency for chalk which has broken v9.2.4. Great argument for vendoring our dependencies.

What solution are you recommending?

This PR removes chalk entirely in favour of the standard API for colouring console.log statements.

Fixes #258