kibana/x-pack/plugins/graph/kibana.json
Tiago Costa edc8f9583b
chore(NA): bump version to 8.1.0 (#116429)
* chore(NA): bump version to 8.1.0

* chore(NA): update non supported plugins

* chore(NA): update non supported plugins

* chore(NA): skip failing tests

* chore(NA): update jest snapshots

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-27 21:24:48 +01:00

32 lines
501 B
JSON

{
"id": "graph",
"version": "8.1.0",
"kibanaVersion": "kibana",
"server": true,
"ui": true,
"requiredPlugins": [
"licensing",
"data",
"navigation",
"savedObjects",
"kibanaLegacy"
],
"optionalPlugins": [
"home",
"features",
"spaces"
],
"configPath": [
"xpack",
"graph"
],
"requiredBundles": [
"kibanaUtils",
"kibanaReact",
"home"
],
"owner": {
"name": "Data Discovery",
"githubTeam": "kibana-data-discovery"
}
}