mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
This PR bumps the Prettier dependencies, and also pins the version. Noticed that a PR with a single empty commit started failing at the time of writing this (https://github.com/tailwindlabs/tailwindcss/pull/16306). This is because prettier released a new minor version which results in slightly different output. Let's bump prettier and handle the differences, but also pin the version to avoid this in the future.
13 lines
201 B
YAML
13 lines
201 B
YAML
packages:
|
|
- 'crates/node'
|
|
- 'crates/node/npm/*'
|
|
- 'packages/*'
|
|
- 'playgrounds/*'
|
|
- 'integrations'
|
|
|
|
catalog:
|
|
'@types/node': ^20.14.8
|
|
lightningcss: ^1.29.1
|
|
prettier: 3.5.0
|
|
vite: ^6.0.0
|