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

This commit is contained in:
Julien Valverdé
2024-06-27 18:44:46 +02:00
parent 6bf3c64f1b
commit 575672b461
2 changed files with 5 additions and 5 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{ {
"name": "@thilawyn/thilalib", "name": "@thilawyn/thilalib",
"version": "0.1.3", "version": "0.1.4",
"type": "module", "type": "module",
"files": [ "files": [
"./dist" "./dist"
@@ -46,11 +46,11 @@
"clean:node": "rm -rf node_modules" "clean:node": "rm -rf node_modules"
}, },
"dependencies": { "dependencies": {
"remeda": "^2.2.0", "remeda": "^2.2.1",
"type-fest": "^4.20.1" "type-fest": "^4.20.1"
}, },
"devDependencies": { "devDependencies": {
"bun-types": "^1.1.16", "bun-types": "^1.1.17",
"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.9", "@effect/schema": "^0.68.12",
"effect": "^3.4.2", "effect": "^3.4.5",
"mobx": "^6.12.4" "mobx": "^6.12.4"
} }
} }