Upgrade tooling
Lint / lint (push) Failing after 26s

This commit is contained in:
Julien Valverdé
2026-07-27 05:54:36 +02:00
parent 7a4ebe0406
commit 29e7710098
3 changed files with 68 additions and 28 deletions
+4 -4
View File
@@ -12,13 +12,13 @@
"clean:modules": "turbo clean:modules && rm -rf node_modules"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"@biomejs/biome": "^2.5.5",
"@effect/language-service": "^0.87.1",
"@types/bun": "^1.3.14",
"npm-check-updates": "^22.2.0",
"npm-check-updates": "^23.0.0",
"npm-sort": "^0.0.4",
"turbo": "^2.9.14",
"typescript": "^5.9.2"
"turbo": "^2.10.7",
"typescript": "^7.0.2"
},
"overrides": {
"@effect/platform-node-shared": "4.0.0-beta.101",