Dependencies upgrade
All checks were successful
Lint / lint (push) Successful in 13s
Test build / test-build (pull_request) Successful in 13s

This commit is contained in:
Julien Valverdé
2024-09-09 04:03:23 +02:00
parent 0312565b52
commit b97586df61
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", "name": "@thilawyn/thilalib",
"version": "0.1.19", "version": "0.1.20",
"type": "module", "type": "module",
"files": [ "files": [
"./dist" "./dist"
@@ -53,7 +53,7 @@
}, },
"dependencies": { "dependencies": {
"remeda": "^2.12.0", "remeda": "^2.12.0",
"type-fest": "^4.26.0" "type-fest": "^4.26.1"
}, },
"devDependencies": { "devDependencies": {
"@effect/schema": "^0.72.3", "@effect/schema": "^0.72.3",