mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
chore(NA): splits types from code on @kbn/securitysolution-io-ts-utils (#121677)
* chore(NA): splits types from code on @kbn/securitysolution-io-ts-utils * chore(NA): fix package.json * chore(NA): merge and solve conflicts with main * chore(NA): remove any from types Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
9ca9fe7577
commit
0a75d426b9
14 changed files with 43 additions and 20 deletions
|
@ -43,7 +43,7 @@ TYPES_DEPS = [
|
|||
"//packages/kbn-es-query:npm_module_types",
|
||||
"//packages/kbn-i18n:npm_module_types",
|
||||
"//packages/kbn-securitysolution-io-ts-list-types:npm_module_types",
|
||||
"//packages/kbn-securitysolution-io-ts-utils",
|
||||
"//packages/kbn-securitysolution-io-ts-utils:npm_module_types",
|
||||
"//packages/kbn-securitysolution-list-constants:npm_module_types",
|
||||
"//packages/kbn-securitysolution-utils:npm_module_types",
|
||||
"@npm//@elastic/elasticsearch",
|
||||
|
@ -51,8 +51,6 @@ TYPES_DEPS = [
|
|||
"@npm//@types/lodash",
|
||||
"@npm//@types/node",
|
||||
"@npm//@types/uuid",
|
||||
# TODO: Remove once the bug on pkg_npm_types around transitive type deps got solved
|
||||
"@npm//io-ts",
|
||||
"@npm//tslib",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue