From 7af7fe9b65f598f702686d71fa3445af20cd4dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Tue, 20 Feb 2024 01:44:19 +0100 Subject: [PATCH] Package upgrade --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" } }