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 committed Jan 26, 2024
1 parent 05bd391 commit c255fe1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
1 change: 1 addition & 0 deletions packages/kbn-management/settings/application/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
"@kbn/core-ui-settings-common",
"@kbn/management-settings-section-registry",
"@kbn/core-notifications-browser",
"@kbn/core-chrome-browser",
]
}
19 changes: 2 additions & 17 deletions src/plugins/advanced_settings/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,13 @@
"@kbn/management-plugin",
"@kbn/home-plugin",
"@kbn/usage-collection-plugin",
"@kbn/kibana-react-plugin",
"@kbn/i18n",
"@kbn/test-jest-helpers",
"@kbn/analytics",
"@kbn/kibana-utils-plugin",
"@kbn/i18n-react",
"@kbn/expect",
"@kbn/monaco",
"@kbn/shared-ux-router",
"@kbn/core-ui-settings-browser-mocks",
"@kbn/core-application-browser",
"@kbn/core-ui-settings-browser",
"@kbn/core-doc-links-browser",
"@kbn/core-notifications-browser",
"@kbn/core-theme-browser",
"@kbn/core-ui-settings-common",
"@kbn/config-schema",
"@kbn/core-plugins-server",
"@kbn/management-settings-section-registry",
"@kbn/react-kibana-context-render",
"@kbn/code-editor",
"@kbn/code-editor-mock",
"@kbn/shared-ux-utility",
"@kbn/management-settings-application",
],
"exclude": [
"target/**/*",
Expand Down
4 changes: 0 additions & 4 deletions src/plugins/management/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@
"@kbn/test-jest-helpers",
"@kbn/config-schema",
"@kbn/serverless",
"@kbn/management-settings-application",
"@kbn/react-kibana-context-render",
"@kbn/shared-ux-utility",
"@kbn/shared-ux-error-boundary",
"@kbn/management-settings-section-registry"
],
"exclude": [
"target/**/*"
Expand Down

0 comments on commit c255fe1

Please sign in to comment.