chore(deps): add check tooling and align legal glob typing

This commit is contained in:
Teetow
2026-02-17 00:27:07 +01:00
parent e63a0d716e
commit ddf105e660
3 changed files with 11 additions and 9 deletions

View File

@@ -28,9 +28,11 @@
"tailwindcss": "^3.4.19"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@iconify-json/fa6-brands": "^1.2.6",
"@tailwindcss/typography": "^0.5.19",
"@types/platform": "^1.3.6",
"postcss-nesting": "13"
"postcss-nesting": "13",
"typescript": "^5.9.3"
}
}