Dependencies upgrade
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2024-06-25 01:20:07 +02:00
parent a10e8a58a7
commit 958a718010
2 changed files with 3 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -50,7 +50,7 @@
"type-fest": "^4.20.1" "type-fest": "^4.20.1"
}, },
"devDependencies": { "devDependencies": {
"bun-types": "^1.1.15", "bun-types": "^1.1.16",
"npm-check-updates": "^16.14.20", "npm-check-updates": "^16.14.20",
"npm-sort": "^0.0.4", "npm-sort": "^0.0.4",
"tsup": "^8.1.0", "tsup": "^8.1.0",
@@ -58,8 +58,8 @@
"typescript": "^5.5.2" "typescript": "^5.5.2"
}, },
"optionalDependencies": { "optionalDependencies": {
"@effect/schema": "^0.68.6", "@effect/schema": "^0.68.9",
"effect": "^3.4.0", "effect": "^3.4.2",
"mobx": "^6.12.4" "mobx": "^6.12.4"
} }
} }