Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️(dependencies) update js dependencies #2567

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    b295ef1 View commit details
    Browse the repository at this point in the history
  2. 🚨(front) fix ts compiling in MdxRenderer

    We have to change the order for importing jsx-runtime to avoid to
    override parameter set before expading jsx-runtime
    lunika committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b7a1bc5 View commit details
    Browse the repository at this point in the history
  3. ♻️(front) update web-streams-polyfill import

    The package web-streams-polyfill has released a new major version and
    the export are not the same anymore. We have to upgrade the one we use
    to be comptible with version 4.
    https://github.com/MattiasBuelens/web-streams-polyfill/blob/master/MIGRATING.md
    lunika committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6a00dab View commit details
    Browse the repository at this point in the history