diff --git a/bun.lockb b/bun.lockb index a84ecd4..50ca046 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 2803954..31d1619 100644 --- a/package.json +++ b/package.json @@ -38,12 +38,12 @@ "clean:node": "rm -rf node_modules" }, "dependencies": { - "@thilawyn/traitify-ts": "^0.1.15", + "@thilawyn/traitify-ts": "^0.1.16", "decimal.js": "^10.4.3", - "effect": "^2.4.7", + "effect": "^2.4.11", "lodash-es": "^4.17.21", - "mobx": "^6.12.0", - "type-fest": "^4.12.0", + "mobx": "^6.12.1", + "type-fest": "^4.13.1", "zod": "^3.22.4" }, "devDependencies": { @@ -58,6 +58,6 @@ "ts-functional-pipe": "^3.1.2", "tsup": "^8.0.2", "tsx": "^4.7.1", - "typescript": "^5.4.2" + "typescript": "^5.4.3" } }