mirror of
https://github.com/siderolabs/image-factory.git
synced 2026-05-05 20:36:16 +02:00
Upgrade tailwind to v4, switch to bun.lock Also fix check-dirty step in CI and cleanup helm values update. Signed-off-by: Noel Georgi <git@frezbo.dev>
11 lines
196 B
JSON
11 lines
196 B
JSON
{
|
|
"devDependencies": {
|
|
"@tailwindcss/cli": "^4.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/forms": "^0.5.11",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"tailwindcss": "^4.2.2"
|
|
}
|
|
}
|