From 402aebd75c3c7f720fb82eef999cab074e64bb28 Mon Sep 17 00:00:00 2001 From: TransQuinnFTW Date: Wed, 20 May 2026 20:36:04 -0700 Subject: [PATCH] =?UTF-8?q?deps-upgrade(ui-charts):=20=E2=AC=86=EF=B8=8F?= =?UTF-8?q?=20Update=20UI=20charts=20dependencies=20to=20latest=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- package.json | 5 ++++- packages/ui-charts/package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 71bcb2a..ac6bac1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lilith/ui", - "version": "1.0.646", + "version": "1.0.647", "description": "Shared UI component library", "type": "module", "workspaces": [ @@ -33,6 +33,9 @@ "typescript-eslint": "^8.52.0" }, "packageManager": "bun@1.2.6", + "overrides": { + "styled-components": "6.3.8" + }, "_": { "registry": "forgejo", "publish": true, diff --git a/packages/ui-charts/package.json b/packages/ui-charts/package.json index 87f3784..fbb8574 100644 --- a/packages/ui-charts/package.json +++ b/packages/ui-charts/package.json @@ -1,6 +1,6 @@ { "name": "@lilith/ui-charts", - "version": "1.7.6", + "version": "1.7.8", "description": "Chart and visualization components - LineChart, BarChart, PieChart, AreaChart, HeatMap, FunnelChart, TimeSeriesChart, MultiSeriesChart, GaugeChart, MultiGaugeChart", "type": "module", "main": "./dist/index.js",