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

fix: update & align unocss dependencies #148

Merged
merged 3 commits into from Aug 17, 2023
Merged

Commits on Aug 16, 2023

  1. fix: align '@unocss/core' and 'unocss' versions to fix missing Counta…

    …bleSet error
    
    Updating just unocss to 0.55.0 resulted in an error coming from @unocss/[email protected]. The solution
    was to align versions of the two packages
    BalbinaK committed Aug 16, 2023
    Copy the full SHA
    f8905df View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    04b5d0b View commit details
    Browse the repository at this point in the history
  3. chore: downgrade @unocss/preset-mini to 0.52.7 to keep tests in tact

    [in this unocss PR](unocss/unocss#2714) pseudo variants generation order changes.
    That causes changes to css order for classes that control the same CSS properties,
    which results in bugs in our components (e.g. Button disabled).
    Before we update this package, we should change the way we assign utility classes to components
    when they control the same CSS properties.
    BalbinaK committed Aug 16, 2023
    Copy the full SHA
    78bdde0 View commit details
    Browse the repository at this point in the history