From 70c0b37eec6ec8d31196f2a61090f861cb210a45 Mon Sep 17 00:00:00 2001 From: QuentinHsu Date: Fri, 3 Jul 2026 16:53:37 +0800 Subject: [PATCH] chore(deps): remove unused date-fns dependency --- web/bun.lock | 1 - web/default/package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/web/bun.lock b/web/bun.lock index 0d290af6..d86f3a8b 100644 --- a/web/bun.lock +++ b/web/bun.lock @@ -92,7 +92,6 @@ "class-variance-authority": "^0.7.1", "clsx": "catalog:", "cmdk": "^1.1.1", - "date-fns": "^4.4.0", "dayjs": "catalog:", "dompurify": "3.4.11", "i18next": "^26.3.4", diff --git a/web/default/package.json b/web/default/package.json index f487e7c7..67906f26 100644 --- a/web/default/package.json +++ b/web/default/package.json @@ -43,7 +43,6 @@ "class-variance-authority": "^0.7.1", "clsx": "catalog:", "cmdk": "^1.1.1", - "date-fns": "^4.4.0", "dayjs": "catalog:", "dompurify": "3.4.11", "i18next": "^26.3.4",