deps-upgrade(ui-charts): ⬆️ Update UI charts dependencies to latest versions

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
TransQuinnFTW 2026-05-20 20:36:04 -07:00
parent 10aff049d4
commit 402aebd75c
2 changed files with 5 additions and 2 deletions

View file

@ -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,

View file

@ -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",