Skip to content

Conversation

RobinMalfait
Copy link
Member

@RobinMalfait RobinMalfait commented Feb 18, 2025

This PR fixes an issue where installing a specific version of @tailwindcss/postcss and tailwindcss could still result in a version mismatch. This is because we were relying on ^4.0.6 for example instead of 4.0.6.

This PR now pins all these versions to prevent this:

❯ pnpm why tailwindcss
devDependencies:
@tailwindcss/postcss 4.0.5
├─┬ @tailwindcss/node 4.0.6
│ └── tailwindcss 4.0.6
└── tailwindcss 4.0.5

@RobinMalfait RobinMalfait requested a review from a team as a code owner February 18, 2025 10:37
@RobinMalfait RobinMalfait merged commit f014108 into main Feb 18, 2025
5 checks passed
@RobinMalfait RobinMalfait deleted the fix/sync-versions branch February 18, 2025 10:44
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.

2 participants