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

core: Bump package versions and fix related TS errors #294

Merged
merged 4 commits into from
Nov 4, 2024

Commits on Nov 1, 2024

  1. core: Bump package versions and fix related TS errors

    There is also a small change in how we do conversion for !important.
    Currently, we do it by replacing ! with __IMP__ and then reconverting
    back.
    In this PR, I have changed that to just encode and decode to and from
    base64. So we don't need special handling for ! character
    Brijesh Bittu committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e7994a0 View commit details
    Browse the repository at this point in the history
  2. Update app dependencies

    Brijesh Bittu committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    b44c2cf View commit details
    Browse the repository at this point in the history
  3. Update top-level version resolutions

    Brijesh Bittu committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d2ea622 View commit details
    Browse the repository at this point in the history
  4. Dedupe

    Brijesh Bittu committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5e63464 View commit details
    Browse the repository at this point in the history