mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
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...)
12 lines
183 B
YAML
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
|