From b8fa3b1d744a0ac3b08302c243823dc5c0a57795 Mon Sep 17 00:00:00 2001 From: Jean-Pascal <jean-pascal.aubry@inrae.fr> Date: Thu, 22 Feb 2024 09:53:43 +0000 Subject: [PATCH] fix: update angular.json to remove warnings about dayjs Refs #659 --- angular.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/angular.json b/angular.json index 93a425a3c..21a55819f 100644 --- a/angular.json +++ b/angular.json @@ -77,7 +77,8 @@ "dompurify", "graphlib", "moment-mini", - "sprintf-js" + "sprintf-js", + "dayjs" ], "vendorChunk": true, "extractLicenses": false, -- GitLab