image-factory/package.json
Noel Georgi e775c3662b
feat: upgrade tailwind to v4
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>
2026-04-17 13:51:09 +05:30

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"
}
}