callstack / react-theme-provider

A set of utilities that help you create your own React theming system in few easy steps
MIT License
466 stars 54 forks source link

fix: switch to deepmerge-ts for esm #153

Open agriffis opened 1 year ago

agriffis commented 1 year ago

Summary

Switch from deepmerge to deepmerge-ts for esm support. The former is abandonware, the latter is actively maintained.

This is based on #154 so that CI passes. That PR should be merged before this one.

Fixes #141

Test plan

Existing tests pass

agriffis commented 1 year ago

Bah flow tests don't pass. I'd rather just switch to ts than bother fixing flow