tailwindcss/pnpm-workspace.yaml
Robin Malfait a659159bf1
Bump and pin prettier (#16382)
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.
2025-02-10 10:54:45 +01:00

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