diff --git a/bun.lockb b/bun.lockb index 168faa4..520463a 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 808c720..65f6d22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thilawyn/thilalib", - "version": "0.1.4", + "version": "0.1.5", "type": "module", "files": [ "./dist" @@ -46,20 +46,20 @@ "clean:node": "rm -rf node_modules" }, "dependencies": { - "remeda": "^2.2.1", - "type-fest": "^4.20.1" + "remeda": "^2.2.2", + "type-fest": "^4.21.0" }, "devDependencies": { "bun-types": "^1.1.17", "npm-check-updates": "^16.14.20", "npm-sort": "^0.0.4", "tsup": "^8.1.0", - "tsx": "^4.15.7", - "typescript": "^5.5.2" + "tsx": "^4.16.0", + "typescript": "^5.5.3" }, "optionalDependencies": { - "@effect/schema": "^0.68.12", - "effect": "^3.4.5", - "mobx": "^6.12.4" + "@effect/schema": "*", + "effect": "*", + "mobx": "*" } }