diff --git a/src/plugins/vis_types/timeseries/tsconfig.json b/src/plugins/vis_types/timeseries/tsconfig.json index c0864fea11d54..2ac2cc6798ded 100644 --- a/src/plugins/vis_types/timeseries/tsconfig.json +++ b/src/plugins/vis_types/timeseries/tsconfig.json @@ -48,7 +48,6 @@ "@kbn/code-editor", "@kbn/shared-ux-markdown", "@kbn/react-kibana-context-render", - "@kbn/core-user-profile-browser", ], "exclude": [ "target/**/*", diff --git a/src/plugins/vis_types/vislib/tsconfig.json b/src/plugins/vis_types/vislib/tsconfig.json index 35789749de4d9..9cbe0dce7e68f 100644 --- a/src/plugins/vis_types/vislib/tsconfig.json +++ b/src/plugins/vis_types/vislib/tsconfig.json @@ -38,7 +38,6 @@ "@kbn/config-schema", "@kbn/react-kibana-mount", "@kbn/react-kibana-context-render", - "@kbn/core-user-profile-browser", ], "exclude": [ "target/**/*",