build(deps): upgrade devDependencies to latest

Bump @biomejs/biome ^2.4.4, @types/node ^25.3.2, bats ^1.13.0,
editorconfig-checker ^6.1.1, typescript ^5.9.3.
This commit is contained in:
2026-02-28 10:39:50 +02:00
parent f26303a0ff
commit 46b9e3ebeb
2 changed files with 24 additions and 24 deletions

View File

@@ -34,13 +34,13 @@
},
"homepage": "https://github.com/ivuorinen/dotfiles#readme",
"devDependencies": {
"@biomejs/biome": "^2.3.1",
"@types/node": "^24.0.1",
"bats": "^1.12.0",
"editorconfig-checker": "^6.1.0",
"@biomejs/biome": "^2.4.4",
"@types/node": "^25.3.2",
"bats": "^1.13.0",
"editorconfig-checker": "^6.1.1",
"markdown-table-formatter": "^1.7.0",
"prettier": "^3.8.1",
"typescript": "^5.8.3"
"typescript": "^5.9.3"
},
"packageManager": "yarn@4.12.0"
}