Changed optional dependencies version
All checks were successful
Lint / lint (push) Successful in 12s
Test build / test-build (pull_request) Successful in 14s

This commit is contained in:
Julien Valverdé
2024-07-02 19:41:03 +02:00
parent 92b7da21c3
commit edc80441e6
2 changed files with 3 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -58,8 +58,8 @@
"typescript": "^5.5.3" "typescript": "^5.5.3"
}, },
"optionalDependencies": { "optionalDependencies": {
"@effect/schema": "^0.68.15", "@effect/schema": "*",
"effect": "^3.4.6", "effect": "*",
"mobx": "^6.12.5" "mobx": "*"
} }
} }