From f497a0d19d960db89cfd2b8637efb159d65fcc3b Mon Sep 17 00:00:00 2001 From: te Date: Sun, 17 May 2026 16:19:01 -0400 Subject: [PATCH] fix(deps): add sharp as dependency to fix builds (whats going on ??) --- bun.lock | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/bun.lock b/bun.lock index a412d29..6c7665f 100644 --- a/bun.lock +++ b/bun.lock @@ -14,6 +14,7 @@ "culori": "^4.0.2", "dayjs": "^1.11.20", "micromorph": "^0.4.5", + "sharp": "^0.34.5", "unocss": "^66.6.8", "yocto-spinner": "^1.2.0", }, diff --git a/package.json b/package.json index 7901967..1670ebd 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "culori": "^4.0.2", "dayjs": "^1.11.20", "micromorph": "^0.4.5", + "sharp": "^0.34.5", "unocss": "^66.6.8", "yocto-spinner": "^1.2.0" }, -- 2.51.2