mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Chore] Remove savedObjects plugin dependencies (#174649)
## Summary Removes savedObjects-plugin dependencies. ### Checklist Delete any items that are not applicable to this PR. ### For maintainers - [x] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
This commit is contained in:
parent
b043cf0ff1
commit
cdd598f18a
6 changed files with 5 additions and 9 deletions
|
@ -15,7 +15,6 @@
|
|||
"controls",
|
||||
"inspector",
|
||||
"navigation",
|
||||
"savedObjects",
|
||||
"savedObjectsFinder",
|
||||
"savedObjectsManagement",
|
||||
"contentManagement",
|
||||
|
@ -37,6 +36,6 @@
|
|||
"serverless",
|
||||
"noDataPage"
|
||||
],
|
||||
"requiredBundles": ["kibanaReact", "kibanaUtils", "presentationUtil"]
|
||||
"requiredBundles": ["kibanaReact", "kibanaUtils", "presentationUtil", "savedObjects"]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
"server": true,
|
||||
"browser": true,
|
||||
"requiredPlugins": [
|
||||
"savedObjects",
|
||||
"kibanaReact",
|
||||
"contentManagement",
|
||||
"embeddable",
|
||||
|
@ -16,6 +15,7 @@
|
|||
"dataViews",
|
||||
"uiActions"
|
||||
],
|
||||
"extraPublicDirs": ["common"]
|
||||
"extraPublicDirs": ["common"],
|
||||
"requiredBundles": ["savedObjects"],
|
||||
}
|
||||
}
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
"reporting",
|
||||
"spaces",
|
||||
"usageCollection",
|
||||
"savedObjects",
|
||||
],
|
||||
"requiredBundles": [
|
||||
"kibanaReact",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"licensing",
|
||||
"data",
|
||||
"navigation",
|
||||
"savedObjects",
|
||||
"unifiedSearch",
|
||||
"inspector",
|
||||
"savedObjectsManagement",
|
||||
|
@ -28,7 +27,8 @@
|
|||
],
|
||||
"requiredBundles": [
|
||||
"kibanaUtils",
|
||||
"kibanaReact"
|
||||
"kibanaReact",
|
||||
"savedObjects"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
"features",
|
||||
"triggersActionsUi",
|
||||
"kibanaReact",
|
||||
"savedObjects",
|
||||
"data",
|
||||
"dataViews",
|
||||
"kibanaUtils"
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
"data",
|
||||
"kibanaReact",
|
||||
"kibanaUtils",
|
||||
"savedObjects",
|
||||
"unifiedSearch",
|
||||
"fieldFormats",
|
||||
"dataViews",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue