Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Adds support for Kibana 7.3.2 (#63)
Browse files Browse the repository at this point in the history
* Adds support for Kibana 7.3.2

* Dep order
  • Loading branch information
dbbaughe authored Nov 21, 2019
1 parent b47e8ab commit a71537e
Show file tree
Hide file tree
Showing 2 changed files with 698 additions and 62 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "opendistro_index_management_kibana",
"version": "1.2.1.0",
"version": "1.3.0.0",
"description": "Kibana plugin for Index Management",
"main": "index.js",
"license": "Apache-2.0",
"homepage": "https://github.com/opendistro-for-elasticsearch/index-management-kibana-plugin",
"kibana": {
"version": "7.2.1",
"version": "7.3.2",
"templateVersion": "1.0.0"
},
"repository": {
Expand Down Expand Up @@ -39,6 +39,7 @@
"eslint-utils": "^1.4.2"
},
"dependencies": {
"@elastic/eui": "10.4.2",
"query-string": "^6.8.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit a71537e

Please sign in to comment.