Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/lint_ts_projects --…
Browse files Browse the repository at this point in the history
…fix'
  • Loading branch information
kibanamachine authored and CoenWarmer committed Apr 18, 2023
1 parent f4156ac commit 94d5523
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugins/observability_shared/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"@kbn/shared-ux-page-kibana-template",
"@kbn/i18n-react",
"@kbn/shared-ux-page-kibana-template-mocks",
"@kbn/analytics",
"@kbn/usage-collection-plugin",
],
"exclude": ["target/**/*"]
}
2 changes: 2 additions & 0 deletions x-pack/plugins/ux/public/application/ux_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export function UXAppRoot({
inspector,
maps,
observability,
observabilityShared,
exploratoryView,
data,
dataViews,
Expand Down Expand Up @@ -138,6 +139,7 @@ export function UXAppRoot({
...plugins,
inspector,
observability,
observabilityShared,
embeddable,
exploratoryView,
data,
Expand Down

0 comments on commit 94d5523

Please sign in to comment.