🔒️ annual upgrade
Some checks failed
continuous-integration/drone Build is failing

- also bumped tailwind to 4.x
- updated postcss to match
This commit is contained in:
2025-11-19 11:51:40 -05:00
parent 22bd762a2a
commit 48338fa795
10 changed files with 1439 additions and 1243 deletions

View File

@@ -1,10 +1,12 @@
{
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.7",
"cssnano": "^7.0.0",
"postcss": "^8.4.14",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.0.0",
"tailwindcss": "^3.0.24"
"tailwindcss": "^4.1.17"
}
}
}