mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
chore(NA): splits types from code on @elastic/safer-lodash-set (#122697)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
545516299f
commit
aed05bfe18
5 changed files with 16 additions and 3 deletions
|
@ -77,6 +77,7 @@ filegroup(
|
|||
srcs = [
|
||||
"//packages/elastic-apm-synthtrace:build_types",
|
||||
"//packages/elastic-datemath:build_types",
|
||||
"//packages/elastic-safer-lodash-set:build_types",
|
||||
"//packages/kbn-ace:build_types",
|
||||
"//packages/kbn-alerts:build_types",
|
||||
"//packages/kbn-analytics:build_types",
|
||||
|
|
|
@ -63,3 +63,15 @@ filegroup(
|
|||
],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "npm_module_types",
|
||||
actual = PKG_BASE_NAME,
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "build_types",
|
||||
actual = "build",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
|
|
@ -35,7 +35,7 @@ RUNTIME_DEPS = [
|
|||
]
|
||||
|
||||
TYPES_DEPS = [
|
||||
"//packages/elastic-safer-lodash-set",
|
||||
"//packages/elastic-safer-lodash-set:npm_module_types",
|
||||
"//packages/kbn-utils:npm_module_types",
|
||||
"@npm//@elastic/apm-rum",
|
||||
"@npm//@types/jest",
|
||||
|
|
|
@ -45,7 +45,7 @@ RUNTIME_DEPS = [
|
|||
]
|
||||
|
||||
TYPES_DEPS = [
|
||||
"//packages/elastic-safer-lodash-set",
|
||||
"//packages/elastic-safer-lodash-set:npm_module_types",
|
||||
"//packages/kbn-config-schema:npm_module_types",
|
||||
"//packages/kbn-logging",
|
||||
"//packages/kbn-std:npm_module_types",
|
||||
|
|
|
@ -43,7 +43,7 @@ RUNTIME_DEPS = [
|
|||
|
||||
TYPES_DEPS = [
|
||||
"//packages/elastic-datemath:npm_module_types",
|
||||
"//packages/elastic-safer-lodash-set",
|
||||
"//packages/elastic-safer-lodash-set:npm_module_types",
|
||||
"//packages/kbn-analytics:npm_module_types",
|
||||
"//packages/kbn-i18n:npm_module_types",
|
||||
"//packages/kbn-i18n-react:npm_module_types",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue