mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[packages] add missing kibana.jsonc files (#141327)
This commit is contained in:
parent
08e9c63659
commit
da60f57dff
6 changed files with 39 additions and 0 deletions
4
.github/CODEOWNERS
vendored
4
.github/CODEOWNERS
vendored
|
@ -937,6 +937,7 @@ packages/kbn-utility-types-jest @elastic/kibana-operations
|
|||
packages/kbn-utils @elastic/kibana-operations
|
||||
packages/kbn-yarn-lock-validator @elastic/kibana-operations
|
||||
packages/shared-ux/avatar/solution @elastic/shared-ux
|
||||
packages/shared-ux/avatar/user_profile/impl @elastic/shared-ux
|
||||
packages/shared-ux/button_toolbar @elastic/shared-ux
|
||||
packages/shared-ux/button/exit_full_screen/impl @elastic/shared-ux
|
||||
packages/shared-ux/button/exit_full_screen/mocks @elastic/shared-ux
|
||||
|
@ -966,6 +967,9 @@ packages/shared-ux/page/solution_nav @elastic/shared-ux
|
|||
packages/shared-ux/prompt/no_data_views/impl @elastic/shared-ux
|
||||
packages/shared-ux/prompt/no_data_views/mocks @elastic/shared-ux
|
||||
packages/shared-ux/prompt/no_data_views/types @elastic/shared-ux
|
||||
packages/shared-ux/router/impl @elastic/shared-ux
|
||||
packages/shared-ux/router/mocks @elastic/shared-ux
|
||||
packages/shared-ux/router/types @elastic/shared-ux
|
||||
packages/shared-ux/storybook/config @elastic/shared-ux
|
||||
packages/shared-ux/storybook/mock @elastic/shared-ux
|
||||
x-pack/packages/ml/agg_utils @elastic/ml-ui
|
||||
|
|
|
@ -281,6 +281,7 @@ filegroup(
|
|||
"//packages/kbn-utils:build",
|
||||
"//packages/kbn-yarn-lock-validator:build",
|
||||
"//packages/shared-ux/avatar/solution:build",
|
||||
"//packages/shared-ux/avatar/user_profile/impl:build",
|
||||
"//packages/shared-ux/button_toolbar:build",
|
||||
"//packages/shared-ux/button/exit_full_screen/impl:build",
|
||||
"//packages/shared-ux/button/exit_full_screen/mocks:build",
|
||||
|
@ -310,6 +311,9 @@ filegroup(
|
|||
"//packages/shared-ux/prompt/no_data_views/impl:build",
|
||||
"//packages/shared-ux/prompt/no_data_views/mocks:build",
|
||||
"//packages/shared-ux/prompt/no_data_views/types:build",
|
||||
"//packages/shared-ux/router/impl:build",
|
||||
"//packages/shared-ux/router/mocks:build",
|
||||
"//packages/shared-ux/router/types:build",
|
||||
"//packages/shared-ux/storybook/config:build",
|
||||
"//packages/shared-ux/storybook/mock:build",
|
||||
"//x-pack/packages/ml/agg_utils:build",
|
||||
|
@ -581,6 +585,7 @@ filegroup(
|
|||
"//packages/kbn-utils:build_types",
|
||||
"//packages/kbn-yarn-lock-validator:build_types",
|
||||
"//packages/shared-ux/avatar/solution:build_types",
|
||||
"//packages/shared-ux/avatar/user_profile/impl:build_types",
|
||||
"//packages/shared-ux/button_toolbar:build_types",
|
||||
"//packages/shared-ux/button/exit_full_screen/impl:build_types",
|
||||
"//packages/shared-ux/button/exit_full_screen/mocks:build_types",
|
||||
|
@ -601,6 +606,8 @@ filegroup(
|
|||
"//packages/shared-ux/page/solution_nav:build_types",
|
||||
"//packages/shared-ux/prompt/no_data_views/impl:build_types",
|
||||
"//packages/shared-ux/prompt/no_data_views/mocks:build_types",
|
||||
"//packages/shared-ux/router/impl:build_types",
|
||||
"//packages/shared-ux/router/mocks:build_types",
|
||||
"//packages/shared-ux/storybook/config:build_types",
|
||||
"//packages/shared-ux/storybook/mock:build_types",
|
||||
"//x-pack/packages/ml/agg_utils:build_types",
|
||||
|
|
7
packages/shared-ux/avatar/user_profile/impl/kibana.jsonc
Normal file
7
packages/shared-ux/avatar/user_profile/impl/kibana.jsonc
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "shared-common",
|
||||
"id": "@kbn/shared-ux-avatar-user-profile-components",
|
||||
"owner": "@elastic/shared-ux",
|
||||
"runtimeDeps": [],
|
||||
"typeDeps": []
|
||||
}
|
7
packages/shared-ux/router/impl/kibana.jsonc
Normal file
7
packages/shared-ux/router/impl/kibana.jsonc
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "shared-common",
|
||||
"id": "@kbn/shared-ux-router",
|
||||
"owner": "@elastic/shared-ux",
|
||||
"runtimeDeps": [],
|
||||
"typeDeps": []
|
||||
}
|
7
packages/shared-ux/router/mocks/kibana.jsonc
Normal file
7
packages/shared-ux/router/mocks/kibana.jsonc
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "shared-common",
|
||||
"id": "@kbn/shared-ux-router-mocks",
|
||||
"owner": "@elastic/shared-ux",
|
||||
"runtimeDeps": [],
|
||||
"typeDeps": []
|
||||
}
|
7
packages/shared-ux/router/types/kibana.jsonc
Normal file
7
packages/shared-ux/router/types/kibana.jsonc
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "shared-common",
|
||||
"id": "@kbn/shared-ux-router-types",
|
||||
"owner": "@elastic/shared-ux",
|
||||
"runtimeDeps": [],
|
||||
"typeDeps": []
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue