Skip to content

remirror@2.0.36

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Aug 09:34
· 20 commits to main since this release
783df76

2023-08-03

Patch Changes

  • 7d15cdc: Revert the prettier dependency to v2.8.8 in @remirror/extension-code-block.

    Prettier v3 has changed all APIs to be asynchronous. ProseMirror's APIs are mostly synchronous, so using Prettier v3's API would be challenging (although possible). @prettier/sync provides a synchronous Prettier v3 API, but this library can only be used in a Node.js environment, so we cannot use it either.

  • Updated dependencies [7d15cdc]

    • @remirror/extension-code-block@2.0.18