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

This commit is contained in:
Julien Valverdé
2024-06-23 04:50:10 +02:00
parent a8f7bf0616
commit b5d0dec4a7
2 changed files with 2 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{
"name": "@thilawyn/thilalib",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"files": [
"./dist"
@@ -58,7 +58,7 @@
"typescript": "^5.5.2"
},
"optionalDependencies": {
"@effect/schema": "^0.68.5",
"@effect/schema": "^0.68.6",
"effect": "^3.4.0",
"mobx": "^6.12.4"
}