mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
This PR bumps dependencies We also make some dependencies `catalog:` dependencies, which allows us to keep the version in sync. E.g.: `lightningcss` and `@types/node`. Bumped `turbo` to the latest version + enabled the new UI Fixed a bug in the tests now that `lightningcss` outputs the correct value.
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
|