From 5faf9cdf526a34db0926cab94fbc52d21be9d714 Mon Sep 17 00:00:00 2001 From: davidmonterocrespo24 Date: Sun, 17 May 2026 16:43:54 +0200 Subject: [PATCH] feat(deps): add @tanstack/react-table for pro admin DataTable pro/frontend/src/pro/components/admin/DataTable.tsx (introduced in the pro analytics dashboard work) already imports ColumnDef/useReactTable etc. from @tanstack/react-table. The dependency was missing because an earlier velxio-prod commit (e1dfc5f) added it locally but the matching upstream package.json change was never pushed. Adding it here unblocks the prod docker build. --- frontend/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/package.json b/frontend/package.json index 6b2c7570..25632b46 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,6 +31,7 @@ "dependencies": { "@google/genai": "^0.6.0", "@monaco-editor/react": "^4.7.0", + "@tanstack/react-table": "^8.20.5", "monaco-editor": "0.55.1", "@types/react-syntax-highlighter": "^15.5.13", "@wokwi/elements": "1.9.2",