Skip to content

Commit

Permalink
[LogsExplorer] Remove unused plugin deps !! (elastic#187016)
Browse files Browse the repository at this point in the history
## Summary

Remove unused plugin deps , found this while fixing circuler deps
unrelated !!

`node scripts/plugin_check --dependencies logsExplorer
`

<img width="924" alt="image"
src="https://github.com/elastic/kibana/assets/3505601/f623b896-ff5f-49bf-8978-e52b1fca3abd">
  • Loading branch information
shahzad31 authored Jun 27, 2024
1 parent 8e22be7 commit 8aa1e4a
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,16 @@
"logsExplorer"
],
"requiredPlugins": [
"controls",
"data",
"dataViews",
"discover",
"embeddable",
"fieldFormats",
"fleet",
"kibanaReact",
"kibanaUtils",
"navigation",
"share",
"unifiedSearch",
],
"optionalPlugins": [],
"requiredBundles": [],
"requiredBundles": ["controls","embeddable","fleet", "kibanaReact", "kibanaUtils"],
"extraPublicDirs": [
"common",
]
Expand Down

0 comments on commit 8aa1e4a

Please sign in to comment.