Update patch/minor dev dependencies

Biome 2.4.7→2.4.8, Tailwind 4.2.1→4.2.2, oxlint 1.55→1.56, oxlint-tsgolint 0.16→0.17.1

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Lukas
2026-03-23 09:17:26 +01:00
parent 64741956dd
commit 722e8cc627
4 changed files with 290 additions and 290 deletions

View File

@@ -7,13 +7,13 @@
}
},
"devDependencies": {
"@biomejs/biome": "2.4.7",
"@biomejs/biome": "2.4.8",
"@vitest/coverage-v8": "^3.2.4",
"jscpd": "^4.0.8",
"knip": "^5.85.0",
"lefthook": "^1.11.0",
"oxlint": "^1.55.0",
"oxlint-tsgolint": "^0.16.0",
"oxlint": "^1.56.0",
"oxlint-tsgolint": "^0.17.1",
"typescript": "^5.8.0",
"vitest": "^3.0.0"
},