RaenonX-DL/dragalia-site-front

Bump `react-markdown` to v8+ and `remark-gfm` to v3+

RaenonX opened this issue · 0 comments

Known issues

  • Forces ESM, therefore conflicting with next.js compiled .js files. This also blocks the dependency bump of remark-gfm to v2+. (Not verified if the issue still exists as of 2022/01/23.)
  • Breaks jest as mentioned in remarkjs/react-markdown#635. Currently (2022/01/23), the best solution is to wait for jest to support ESM.

Related to RaenonX-DL/dragalia-site-back-2#39