From 474fd623fc4908988f5ba0a9fa6f0151432d743e Mon Sep 17 00:00:00 2001 From: ahmadshaheer Date: Thu, 18 Sep 2025 16:08:35 +0430 Subject: [PATCH] fix: upgrade @signozhq/table to fix the dark mode issues --- frontend/package.json | 2 +- frontend/yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index cbfe07d5a968..b17d71d44edf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -51,7 +51,7 @@ "@signozhq/input": "0.0.2", "@signozhq/popover": "0.0.0", "@signozhq/sonner": "0.1.0", - "@signozhq/table": "0.3.7", + "@signozhq/table": "0.4.0", "@signozhq/tooltip": "0.0.2", "@tanstack/react-table": "8.20.6", "@tanstack/react-virtual": "3.11.2", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 6c8ab0ee8ede..13fc673643c4 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -4338,14 +4338,13 @@ tailwind-merge "^2.5.2" tailwindcss-animate "^1.0.7" -"@signozhq/table@0.3.7": - version "0.3.7" - resolved "https://registry.yarnpkg.com/@signozhq/table/-/table-0.3.7.tgz#895b710c02af124dfb5117e02bbc6d80ce062063" - integrity sha512-XDwRHBTf2q48MOuxkzzr0htWd0/mmvgHoZLl0WAMLk2gddbbNHg9hkCPfVARYOke6mX8Z/4T3e7dzgkRUhDGDg== +"@signozhq/table@0.4.0": + version "0.4.0" + resolved "https://registry.yarnpkg.com/@signozhq/table/-/table-0.4.0.tgz#35e40c8a40f362ce65e68258cd7b87c8474918ae" + integrity sha512-9Ktem3T9MHITh3+k1xTjhUpVpDJ5xNHijrUVuN6P9a4yP2/kqwXtHC4WGgOxJreUhp+bfvzQr956hR+ZAHnL3g== dependencies: "@radix-ui/react-icons" "^1.3.0" "@radix-ui/react-slot" "^1.1.0" - "@signozhq/tooltip" "0.0.2" "@tanstack/react-table" "^8.21.3" "@tanstack/react-virtual" "^3.13.9" "@types/lodash-es" "^4.17.12"