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 d4829d1 commit 99fe364Copy full SHA for 99fe364
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "elastalert-kibana-plugin",
3
- "version": "1.0.0-alpha.2",
+ "version": "1.0.0",
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.4.1",
+ "version": "6.4.2",
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.7.0"
+ "@elastic/eui": "^4.2.0"
37
}
38
0 commit comments