sjdemartini / mui-tiptap

A Material UI (MUI) styled WYSIWYG rich text editor, using Tiptap
MIT License
243 stars 33 forks source link

Bump TipTap deps to latest #208

Closed vitality82 closed 3 months ago

vitality82 commented 3 months ago

Is your feature request related to a problem? Please describe.

Curious what are the implications of upgrading underlying TipTap (and it's deps) to latest version (currently 2.2.6).

Describe the solution you'd like

Authors insight; Did you already go down this path? Any gotchas to be aware?

vitality82 commented 3 months ago

Seems to upgrade fine in consumer apps. When I tried to bump all the minor versions in this code base some of the type checks failed.

sjdemartini commented 3 months ago

Yeah, the dependency range is intentionally lenient so that consuming apps can use older or newer versions of Tiptap. (I can bump dev dependencies used within mui-tiptap for its development, but the package should remain open to wider Tiptap version usage.)