[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:
Thomas Neirynck 2024-01-11 09:02:12 -05:00 committed by GitHub
parent b043cf0ff1
commit cdd598f18a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 9 deletions

View file

@ -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"]
}
}

View file

@ -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"],
}
}

View file

@ -38,7 +38,6 @@
"reporting",
"spaces",
"usageCollection",
"savedObjects",
],
"requiredBundles": [
"kibanaReact",

View file

@ -14,7 +14,6 @@
"licensing",
"data",
"navigation",
"savedObjects",
"unifiedSearch",
"inspector",
"savedObjectsManagement",
@ -28,7 +27,8 @@
],
"requiredBundles": [
"kibanaUtils",
"kibanaReact"
"kibanaReact",
"savedObjects"
]
}
}

View file

@ -16,7 +16,6 @@
"features",
"triggersActionsUi",
"kibanaReact",
"savedObjects",
"data",
"dataViews",
"kibanaUtils"

View file

@ -16,7 +16,6 @@
"data",
"kibanaReact",
"kibanaUtils",
"savedObjects",
"unifiedSearch",
"fieldFormats",
"dataViews",