kibana/x-pack/plugins/alerts/kibana.json
Nathan L Smith 31a481a9dd
Remove dependency between alerts and infra (#88342)
The alerts plugin was importing `JsonObject` from the infra plugin. The infra plugin imported `JsonObject`, `JsonValue`, and `JsonArray` from kibanaUtils and then re-exported them.

Remove the re-export from the infra plugin and instead always import these types from kibanaUtils.
2021-01-15 08:44:28 -06:00

20 lines
421 B
JSON

{
"id": "alerts",
"server": true,
"ui": true,
"version": "8.0.0",
"kibanaVersion": "kibana",
"configPath": ["xpack", "alerts"],
"requiredPlugins": [
"actions",
"encryptedSavedObjects",
"eventLog",
"features",
"kibanaUtils",
"licensing",
"taskManager"
],
"optionalPlugins": ["usageCollection", "spaces", "security"],
"extraPublicDirs": ["common", "common/parse_duration"]
}