Dependencies upgrade

This commit is contained in:
Julien Valverdé
2024-07-01 15:54:28 +02:00
parent ba19b1c4a7
commit 84535e9734
4 changed files with 8 additions and 6 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -7,8 +7,9 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@effect/schema": "^0.68.12", "@effect/rpc": "^0.31.17",
"@effect/schema": "^0.68.15",
"@thilawyn/thilalib": "^0.1.4", "@thilawyn/thilalib": "^0.1.4",
"effect": "^3.4.5" "effect": "^3.4.6"
} }
} }

View File

View File

@@ -3,13 +3,14 @@
"type": "module", "type": "module",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@effect/platform": "^0.58.13", "@effect/platform": "^0.58.17",
"@effect/platform-bun": "^0.38.12", "@effect/platform-bun": "^0.38.16",
"@effect/schema": "^0.68.12", "@effect/rpc-http": "^0.29.17",
"@effect/schema": "^0.68.15",
"@thilawyn/thilalib": "^0.1.4", "@thilawyn/thilalib": "^0.1.4",
"@todo-tests/common": "workspace:*", "@todo-tests/common": "workspace:*",
"@trpc/server": "^10.45.2", "@trpc/server": "^10.45.2",
"effect": "^3.4.5", "effect": "^3.4.6",
"express": "^4.19.2" "express": "^4.19.2"
}, },
"devDependencies": { "devDependencies": {