From f4f7118b5632c11e158a44547fedea4f334f11a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 23 Sep 2024 11:24:08 +0100 Subject: [PATCH] fix(ui): force newer date-fns --- ui/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/package.json b/ui/package.json index 9341d5855..fddf26296 100644 --- a/ui/package.json +++ b/ui/package.json @@ -96,6 +96,9 @@ }, "enzyme@3.11.0": { "cheerio": "1.0.0-rc.12" + }, + "react-day-picker@8.10.1": { + "date-fns": "4.1.0" } }, "scripts": {