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

chore: upgrade syntax highlighting dependencies, prism-react-renderer to v2, react-live to v4 #9316

Merged
merged 25 commits into from
Oct 6, 2023

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    0b713f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    549fbb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f174bd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37ea8b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51d65df View commit details
    Browse the repository at this point in the history
  6. fix: bug with prism-react-renderer

    The `prism` prop for Hightlight is declared as optional, but omitting it gives errors. So it's now passed in.
    harryzcy committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    de2e168 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    1ae1629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42ae5fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7d1336 View commit details
    Browse the repository at this point in the history
  4. chore: bump react-live

    harryzcy committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    59a8c79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05cbb63 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e47fa0 View commit details
    Browse the repository at this point in the history
  7. fix: missing closing quote

    harryzcy committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    56fbd1b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    000ee6d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    f2874aa View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. fix: pages build issue

    harryzcy committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3763ed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f7abda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b603e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4cac9e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    df94ec3 View commit details
    Browse the repository at this point in the history
  2. regen lockfile

    slorber committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    e062e62 View commit details
    Browse the repository at this point in the history
  3. prism-react-renderer 2.1.0

    slorber committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4140168 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6abdf22 View commit details
    Browse the repository at this point in the history
  5. Add missing prism languages

    slorber committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    00c4947 View commit details
    Browse the repository at this point in the history
  6. add scss language

    slorber committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    bcc6bdf View commit details
    Browse the repository at this point in the history