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.
This commit is contained in:
parent
09a227466a
commit
5faf9cdf52
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue