From 59cc9c27063dd021919d0907354a03ee7c919775 Mon Sep 17 00:00:00 2001 From: Athou Date: Thu, 16 Apr 2026 16:47:50 +0200 Subject: [PATCH] add explicit dependency --- commafeed-client/package-lock.json | 2 +- commafeed-client/package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index e922e9b8..348c584e 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -13,6 +13,7 @@ "@lingui/core": "5.9.5", "@lingui/react": "5.9.5", "@mantine/core": "9.0.1", + "@mantine/dates": "9.0.1", "@mantine/form": "9.0.1", "@mantine/hooks": "9.0.1", "@mantine/modals": "9.0.1", @@ -1704,7 +1705,6 @@ "resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-9.0.1.tgz", "integrity": "sha512-+zwqqQ4D2I8o/GiEStF66Mheo3abKmS0KaL3XDtDp1D7AVhKmSH3Rz27m48aqW/Kzqb2g2t3VgPzAkpuRsWdBA==", "license": "MIT", - "peer": true, "dependencies": { "clsx": "^2.1.1" }, diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 29c87728..73db5a61 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -21,6 +21,7 @@ "@lingui/core": "5.9.5", "@lingui/react": "5.9.5", "@mantine/core": "9.0.1", + "@mantine/dates": "9.0.1", "@mantine/form": "9.0.1", "@mantine/hooks": "9.0.1", "@mantine/modals": "9.0.1",