Skip to content

Commit

Permalink
missing dependency in data-react (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
heswell authored Sep 11, 2024
1 parent 2a59f57 commit 9efda62
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions vuu-ui/packages/vuu-data-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"dependencies": {
"@finos/vuu-data-remote": "0.0.26",
"@finos/vuu-filter-parser": "0.0.26",
"@finos/vuu-layout": "0.0.26",
"@finos/vuu-popups": "0.0.26",
"@finos/vuu-ui-controls": "0.0.26",
"@finos/vuu-utils": "0.0.26",
Expand Down
7 changes: 7 additions & 0 deletions vuu-ui/packages/vuu-data-react/src/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export * from "./useLookupValues";
export * from "./useVuuMenuActions";
export * from "./useVuuTables";
export * from "./useVisualLinks";
export * from "./useServerConnectionStatus";
export * from "./useServerConnectionQuality";
export * from "./useTypeaheadSuggestions";
8 changes: 1 addition & 7 deletions vuu-ui/packages/vuu-data-react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
export * from "./data-editing";
export * from "./datasource-provider";
export * from "./hooks/useLookupValues";
export * from "./hooks/useVuuMenuActions";
export * from "./hooks/useVuuTables";
export * from "./hooks/useVisualLinks";
export * from "./hooks/useServerConnectionStatus";
export * from "./hooks/useServerConnectionQuality";
export * from "./hooks/useTypeaheadSuggestions";
export * from "./hooks";
export * from "./session-editing-form";

0 comments on commit 9efda62

Please sign in to comment.