tailwindcss/pnpm-workspace.yaml
Philipp Spiess c1c94d8d7a
Revert lightningcss change (#14919)
In
c5b6df2a27
we upgraded `lightningcss` which caused `pnpm install` to fail for me
because the patch no longer worked. I re-applied the patch, doesn't seem
like anything has changed in the diff (just some formatting, probably
because I opened it in a new VS Code window...)
2024-11-08 09:58:00 -05:00

12 lines
183 B
YAML

packages:
- 'crates/node'
- 'crates/node/npm/*'
- 'packages/*'
- 'playgrounds/*'
- 'integrations'
catalog:
'@types/node': ^20.14.8
lightningcss: ^1.26.0
vite: ^5.4.0