chore: upgrade Effect to beta 83 (#32340)

This commit is contained in:
Kit Langton 2026-06-21 01:57:29 +02:00 committed by GitHub
commit 4f1ae1604e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 60 additions and 52 deletions

View file

@ -51,10 +51,10 @@
"typescript": "catalog:"
},
"dependencies": {
"@effect/platform-node": "4.0.0-beta.74",
"@effect/platform-node-shared": "4.0.0-beta.74"
"@effect/platform-node": "4.0.0-beta.83",
"@effect/platform-node-shared": "4.0.0-beta.83"
},
"peerDependencies": {
"effect": "4.0.0-beta.74"
"effect": "4.0.0-beta.83"
}
}