chore(tailwind): add peer dependencies as dev dependencies#2864
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
commit: |
This reverts commit e89a58d.
I noticed the tests were failing in https://github.com/resend/react-email/actions/runs/21145041455/job/60816878885?pr=2858 because it wouldn't build the peer dependencies of
@react-email/tailwindwhich was causing the errors to fail, this pull requests adds them in which, after runningpnpm turbo test --filter="[HEAD^1]"locally, I can confirm it does work.Summary by cubic
Add missing @react-email peer dependencies to @react-email/tailwind as devDependencies to ensure peers build during tests and prevent failures.
Written for commit fa3e22a. Summary will update on new commits.