Upgrade to Effect v4
Lint / lint (push) Failing after 1m31s

This commit is contained in:
Julien Valverdé
2026-07-27 05:49:58 +02:00
parent 440e23b80e
commit 7a4ebe0406
12 changed files with 116 additions and 163 deletions
+5 -1
View File
@@ -13,11 +13,15 @@
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"@effect/language-service": "^0.86.1",
"@effect/language-service": "^0.87.1",
"@types/bun": "^1.3.14",
"npm-check-updates": "^22.2.0",
"npm-sort": "^0.0.4",
"turbo": "^2.9.14",
"typescript": "^5.9.2"
},
"overrides": {
"@effect/platform-node-shared": "4.0.0-beta.101",
"effect": "4.0.0-beta.101"
}
}