You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2022/09/15 05:08:07 UTC

[superset] 01/02: adding classnames types dependency

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch revising-table-bar-chart-css
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 746841ab6afca622063bd362f947a51a783d270a
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Wed Sep 14 23:07:44 2022 -0600

    adding classnames types dependency
---
 superset-frontend/plugins/plugin-chart-table/package.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/superset-frontend/plugins/plugin-chart-table/package.json b/superset-frontend/plugins/plugin-chart-table/package.json
index 0577c731a6..bbb5bb6518 100644
--- a/superset-frontend/plugins/plugin-chart-table/package.json
+++ b/superset-frontend/plugins/plugin-chart-table/package.json
@@ -39,9 +39,11 @@
   },
   "peerDependencies": {
     "@types/react": "*",
+    "@types/classnames": "*",
     "@superset-ui/chart-controls": "*",
     "@superset-ui/core": "*",
     "react": "^16.13.1",
     "react-dom": "^16.13.1"
+    
   }
 }