Update template

This commit is contained in:
Alois 2026-08-10 22:18:37 +02:00
commit b19cd750a3
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
7 changed files with 2475 additions and 563 deletions

View file

@ -12,9 +12,9 @@
"fmt:check": "prettier --check ."
},
"devDependencies": {
"oxlint": "^1.28.0",
"prettier": "^3.6.2",
"typescript": "^7.0.0",
"@types/node": "^26.0.0"
"@types/node": "^26.2.0",
"oxlint": "^1.77.0",
"prettier": "^3.9.6",
"typescript": "^7.0.2"
}
}