Skip to content

Commit

Permalink
Merge branch 'task/avc-banner-package' of github.com:parkiino/kibana …
Browse files Browse the repository at this point in the history
…into task/avc-banner-package
  • Loading branch information
parkiino committed Jul 17, 2024
2 parents 026fdd0 + 53ea42e commit 55d5113
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ test/plugin_functional/plugins/app_link_test @elastic/kibana-core
x-pack/test/usage_collection/plugins/application_usage_test @elastic/kibana-core
x-pack/plugins/observability_solution/assets_data_access @elastic/obs-knowledge-team
x-pack/test/security_api_integration/plugins/audit_log @elastic/kibana-security
packages/kbn-avc-banner @elastic/security-defend-workflows
packages/kbn-axe-config @elastic/kibana-qa
packages/kbn-babel-preset @elastic/kibana-operations
packages/kbn-babel-register @elastic/kibana-operations
Expand Down
8 changes: 6 additions & 2 deletions packages/kbn-avc-banner/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@
},
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.tsx",
],
"exclude": [
"target/**/*"
],
"kbn_references": []
"kbn_references": [
"@kbn/i18n",
"@kbn/i18n-react",
"@kbn/kibana-react-plugin",
]
}
1 change: 1 addition & 0 deletions x-pack/plugins/fleet/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,6 @@
"@kbn/integration-assistant-plugin",
"@kbn/core-security-server-mocks",
"@kbn/server-http-tools",
"@kbn/avc-banner",
]
}
1 change: 1 addition & 0 deletions x-pack/plugins/security_solution/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,5 +207,6 @@
"@kbn/core-i18n-browser",
"@kbn/core-theme-browser",
"@kbn/integration-assistant-plugin",
"@kbn/avc-banner",
]
}

0 comments on commit 55d5113

Please sign in to comment.