From 8400bcc2aebdcddcc747204c7225d0308172031b Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Wed, 1 Mar 2023 21:26:44 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/lint_ts_projects --fix' --- x-pack/plugins/actions/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/actions/tsconfig.json b/x-pack/plugins/actions/tsconfig.json index 72ba9c7c92e09..77ef11e88bfe3 100644 --- a/x-pack/plugins/actions/tsconfig.json +++ b/x-pack/plugins/actions/tsconfig.json @@ -32,7 +32,8 @@ "@kbn/logging", "@kbn/logging-mocks", "@kbn/core-elasticsearch-client-server-mocks", - "@kbn/safer-lodash-set" + "@kbn/safer-lodash-set", + "@kbn/core-http-server-mocks" ], "exclude": [ "target/**/*",