Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EuiProvider/Security Solution] Remove usage of deprecated modules for mounting React, Part II #182061

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into sharedux/cleanup-tomountpoint-deprecations-x…
…ii-threatintelligence
  • Loading branch information
tsullivan committed May 6, 2024
commit 9f28f3cb1a2adb4dac9017be924bd8d46422e298
1 change: 1 addition & 0 deletions x-pack/plugins/cloud_security_posture/tsconfig.json
Original file line number Diff line number Diff line change
@@ -63,6 +63,7 @@
"@kbn/alerting-plugin",
"@kbn/code-editor",
"@kbn/code-editor-mock",
"@kbn/search-types",
"@kbn/react-kibana-mount"
],
"exclude": ["target/**/*"]
1 change: 1 addition & 0 deletions x-pack/plugins/osquery/tsconfig.json
Original file line number Diff line number Diff line change
@@ -76,6 +76,7 @@
"@kbn/shared-ux-page-kibana-template",
"@kbn/openapi-generator",
"@kbn/code-editor",
"@kbn/search-types",
"@kbn/react-kibana-context-render"
]
}
7 changes: 4 additions & 3 deletions x-pack/plugins/timelines/tsconfig.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "target/types",
"outDir": "target/types"
},
"include": [
"common/**/*",
@@ -35,9 +35,10 @@
"@kbn/alerts-as-data-utils",
"@kbn/logging",
"@kbn/search-errors",
"@kbn/react-kibana-mount",
"@kbn/search-types",
"@kbn/react-kibana-mount"
],
"exclude": [
"target/**/*",
"target/**/*"
]
}
You are viewing a condensed version of this merge commit. You can view the full changes here.