diff --git a/examples/controls_example/tsconfig.json b/examples/controls_example/tsconfig.json index 9ddcdf1835213..71a0de4d3c02b 100644 --- a/examples/controls_example/tsconfig.json +++ b/examples/controls_example/tsconfig.json @@ -24,18 +24,9 @@ "@kbn/presentation-containers", "@kbn/presentation-publishing", "@kbn/ui-actions-plugin", - "@kbn/i18n-react", - "@kbn/shared-ux-markdown", "@kbn/i18n", - "@kbn/core-mount-utils-browser", "@kbn/react-kibana-mount", - "@kbn/content-management-utils", - "@kbn/presentation-util-plugin", - "@kbn/core-lifecycle-browser", - "@kbn/presentation-panel-plugin", - "@kbn/datemath", "@kbn/ui-theme", "@kbn/react-kibana-context-render", - "@kbn/field-formats-plugin", ] } diff --git a/src/plugins/controls/tsconfig.json b/src/plugins/controls/tsconfig.json index 2fc9038dafe6c..053e17696dc32 100644 --- a/src/plugins/controls/tsconfig.json +++ b/src/plugins/controls/tsconfig.json @@ -40,7 +40,11 @@ "@kbn/shared-ux-markdown", "@kbn/react-kibana-context-render", "@kbn/presentation-containers", - "@kbn/presentation-publishing" + "@kbn/presentation-publishing", + "@kbn/content-management-utils", + "@kbn/core-lifecycle-browser", + "@kbn/field-formats-plugin", + "@kbn/presentation-panel-plugin" ], "exclude": ["target/**/*"] }