From a26f033ffde7f5bdf6bfeb2c6a9a7321327782d9 Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:36:45 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/lint_ts_projects --fix' --- src/plugins/discover_shared/tsconfig.json | 6 +++++- src/plugins/unified_doc_viewer/tsconfig.json | 3 ++- .../observability_solution/logs_explorer/tsconfig.json | 1 - .../observability_solution/logs_shared/tsconfig.json | 3 ++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/plugins/discover_shared/tsconfig.json b/src/plugins/discover_shared/tsconfig.json index 4b07d458f1b7a..9d2b07eb7aae9 100644 --- a/src/plugins/discover_shared/tsconfig.json +++ b/src/plugins/discover_shared/tsconfig.json @@ -9,5 +9,9 @@ "server/**/*", "../../../typings/**/*", ], - "exclude": ["target/**/*"] + "exclude": ["target/**/*"], + "kbn_references": [ + "@kbn/discover-utils", + "@kbn/core", + ] } diff --git a/src/plugins/unified_doc_viewer/tsconfig.json b/src/plugins/unified_doc_viewer/tsconfig.json index 1e641f1bce891..1a0487b317129 100644 --- a/src/plugins/unified_doc_viewer/tsconfig.json +++ b/src/plugins/unified_doc_viewer/tsconfig.json @@ -28,7 +28,8 @@ "@kbn/code-editor-mock", "@kbn/custom-icons", "@kbn/react-field", - "@kbn/ui-theme" + "@kbn/ui-theme", + "@kbn/discover-shared-plugin" ], "exclude": [ "target/**/*", diff --git a/x-pack/plugins/observability_solution/logs_explorer/tsconfig.json b/x-pack/plugins/observability_solution/logs_explorer/tsconfig.json index 7c4224eadac19..69c3699612f0e 100644 --- a/x-pack/plugins/observability_solution/logs_explorer/tsconfig.json +++ b/x-pack/plugins/observability_solution/logs_explorer/tsconfig.json @@ -42,7 +42,6 @@ "@kbn/shared-ux-utility", "@kbn/ui-theme", "@kbn/unified-data-table", - "@kbn/unified-doc-viewer", "@kbn/unified-field-list", "@kbn/unified-search-plugin", "@kbn/xstate-utils", diff --git a/x-pack/plugins/observability_solution/logs_shared/tsconfig.json b/x-pack/plugins/observability_solution/logs_shared/tsconfig.json index c97458cf8c8f6..803a28aba48ac 100644 --- a/x-pack/plugins/observability_solution/logs_shared/tsconfig.json +++ b/x-pack/plugins/observability_solution/logs_shared/tsconfig.json @@ -35,6 +35,7 @@ "@kbn/observability-ai-assistant-plugin", "@kbn/deeplinks-observability", "@kbn/share-plugin", - "@kbn/shared-ux-utility" + "@kbn/shared-ux-utility", + "@kbn/discover-shared-plugin" ] }