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:
Tiago Costa 2021-12-22 00:24:58 +00:00 committed by GitHub
parent 9ca9fe7577
commit 0a75d426b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 43 additions and 20 deletions

View file

@ -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",
]