diff --git a/package.json b/package.json index c66cea9..5fab85e 100644 --- a/package.json +++ b/package.json @@ -48,9 +48,9 @@ "clean:node": "rm -rf node_modules" }, "dependencies": { - "@thilawyn/traitify-ts": "^0.1.3", + "@thilawyn/traitify-ts": "^0.1.4", "decimal.js": "^10.4.3", - "effect": "^2.2.5", + "effect": "^2.3.7", "lodash-es": "^4.17.21", "mobx": "^6.12.0", "type-fest": "^4.10.2", @@ -60,13 +60,13 @@ "@rollup/plugin-node-resolve": "^15.2.3", "@types/lodash-es": "^4.17.12", "bun-types": "latest", - "npm-check-updates": "^16.14.14", + "npm-check-updates": "^16.14.15", "npm-sort": "^0.0.4", - "rollup": "^4.9.6", + "rollup": "^4.12.0", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-ts": "^3.4.5", "ts-functional-pipe": "^3.1.2", - "tsx": "^4.7.0", + "tsx": "^4.7.1", "typescript": "^5.3.3" } }