From ed476b72fcb40e79925b50d69290b9f5a26bc110 Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:37:00 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/lint_ts_projects --fix' --- x-pack/test/tsconfig.json | 3 ++- x-pack/test_serverless/tsconfig.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/x-pack/test/tsconfig.json b/x-pack/test/tsconfig.json index 3b525dfc316ec3..84969d13e84e00 100644 --- a/x-pack/test/tsconfig.json +++ b/x-pack/test/tsconfig.json @@ -173,6 +173,7 @@ "@kbn/ml-trained-models-utils", "@kbn/openapi-common", "@kbn/securitysolution-lists-common", - "@kbn/securitysolution-exceptions-common" + "@kbn/securitysolution-exceptions-common", + "@kbn/inference_integration_flyout" ] } diff --git a/x-pack/test_serverless/tsconfig.json b/x-pack/test_serverless/tsconfig.json index d5fb5a12f9b1d3..b82a16a71ffc2d 100644 --- a/x-pack/test_serverless/tsconfig.json +++ b/x-pack/test_serverless/tsconfig.json @@ -105,5 +105,6 @@ "@kbn/features-plugin", "@kbn/observability-ai-assistant-plugin", "@kbn/ml-trained-models-utils", + "@kbn/inference_integration_flyout", ] }