From 44fb079a1a1b6b0d7f2a8f1ef620ba2c60b01417 Mon Sep 17 00:00:00 2001 From: Alex Malkevich Date: Fri, 21 Jan 2022 10:42:45 +0100 Subject: [PATCH] fix(core): update fp-ts and io-ts to minimum compatible versions --- libs/core/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/core/package.json b/libs/core/package.json index c11262fb..d723060c 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -25,8 +25,8 @@ }, "dependencies": { "@orchestrator/gen-io-ts": "^3.0.0", - "fp-ts": "^2.0.0", - "io-ts": "^2.0.0", + "fp-ts": "^2.11.5", + "io-ts": "^2.2.16", "ng-dynamic-component": "^10.0.0-no-barrels.0", "tslib": "^2.0.0" },