benrbray / prosemirror-math

Schema and plugins for "first-class" math support in ProseMirror!
https://benrbray.com/prosemirror-math/
MIT License
245 stars 35 forks source link

Update dependencies #45

Closed beckedorf closed 3 months ago

beckedorf commented 1 year ago

Please note that I couldn't update katex and @types/katex to the latest version as the dtypes seem to be broken starting v0.14.

benrbray commented 1 year ago

Thanks for taking the time to update dependencies! The changes look good to me. Unfortunately I'm having trouble with the fonts in your branch. Running the demo site (cd docs-src && npm run serve) and navigating to localhost:8080 I get:

image

benrbray commented 1 year ago

The KaTeX issue is tracked by KaTeX/KaTeX#3574

benrbray commented 3 months ago

I just merged a few PRs which update the dependencies and simplify the project structure, so I'll close this one. Thanks!