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: Multiple deps issue with our tachyons-css & radix deps #644

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

Conversation

artmsilva
Copy link
Contributor

@artmsilva artmsilva commented Jun 17, 2024

What I did

I had to roll out a feat & patch release to tachyons-css to update how we add kit as a dep to the stylesheet. washingtonpost/tachyons-css@26bb36b. I also upgraded some our radix deps in order for them all to use the same version (Menu, popper, popover)

Testing Steps

  1. Checks should pass.

Copy link

vercel bot commented Jun 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
wpds-ui-kit ✅ Ready (Inspect) Visit Preview Jun 18, 2024 4:41am
wpds-ui-kit-storybook ✅ Ready (Inspect) Visit Preview Jun 18, 2024 4:41am

@artmsilva artmsilva changed the title Deps issue fix: Deps issue with our tachyons-css & radix deps Jun 17, 2024
@artmsilva artmsilva changed the title fix: Deps issue with our tachyons-css & radix deps fix: Multiple deps issue with our tachyons-css & radix deps Jun 17, 2024
@artmsilva artmsilva marked this pull request as ready for review June 17, 2024 19:23
@artmsilva artmsilva requested a review from a team as a code owner June 17, 2024 19:23
Copy link
Contributor

@ebgranger ebgranger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

"@radix-ui/react-focus-scope": "^1.0.0",
"@radix-ui/react-label": "^1.0.0",
"@radix-ui/react-navigation-menu": "^1.0.0",
"@radix-ui/react-popover": "^1.0.2",
"@radix-ui/react-primitive": "^1.0.2",
"@radix-ui/react-radio-group": "^1.0.0",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-select": "^2.0.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants