mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
This PR updates all our Vite dependencies to the newly released v6. Nothing changed in our released Vite extension so this does not need a user-facing changelog. ## Test Plan The Vite playground still works. Furthermore we have a pretty extensive Vite integration test suite that now runs on v6.
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: ^6.0.0
|