We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fc601 commit d4829d1Copy full SHA for d4829d1
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "elastalert-kibana-plugin",
3
- "version": "1.0.0-alpha.1",
+ "version": "1.0.0-alpha.2",
4
"description": "Create, test and edit ElastAlert rules within Kibana.",
5
"main": "index.js",
6
"license": "SEE LICENSE IN LICENSE.md",
7
"kibana": {
8
- "version": "6.3.3",
+ "version": "6.4.1",
9
"templateVersion": "1.0.0"
10
},
11
"scripts": {
@@ -33,6 +33,6 @@
33
"expect.js": "^0.3.1"
34
35
"dependencies": {
36
- "@elastic/eui": "^3.5.1"
+ "@elastic/eui": "^3.7.0"
37
}
38
0 commit comments