diff --git a/bun.lockb b/bun.lockb index cae4041..fe3e53f 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 2e38b31..d5b0c92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thilawyn/traitify-ts", - "version": "0.1.20", + "version": "0.1.21", "type": "module", "publishConfig": { "registry": "https://git.jvalver.de/api/packages/thilawyn/npm/" @@ -30,18 +30,18 @@ }, "dependencies": { "remeda": "^1.61.0", - "type-fest": "^4.18.0" + "type-fest": "^4.18.2" }, "devDependencies": { "bun-types": "latest", "npm-check-updates": "^16.14.20", "npm-sort": "^0.0.4", "tsup": "^8.0.2", - "tsx": "^4.7.3", + "tsx": "^4.9.3", "typescript": "^5.4.5" }, "optionalDependencies": { - "@effect/schema": "^0.66.12", - "effect": "^3.1.0" + "@effect/schema": "^0.66.16", + "effect": "^3.1.3" } }