From a483fd91ca210e27dae8a7216d59533896de755a Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Tue, 11 Aug 2026 01:06:08 +0100 Subject: [PATCH] Add classnames dependency to bun.lock for improved styling support --- bun.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/bun.lock b/bun.lock index e066983..167e1f2 100644 --- a/bun.lock +++ b/bun.lock @@ -46,6 +46,7 @@ "antd-style": "^3.7.1", "axios": "^1.11.0", "blurhash": "^2.0.5", + "classnames": "^2.5.1", "codemirror": "^6.0.2", "country-list": "^2.4.1", "cross-env": "^10.0.0",