kibana/test/interpreter_functional/plugins/kbn_tp_run_pipeline/package.json
Caroline Horn 159fee4e5b
Upgrade EUI to 14.2.0 (#46075) (#46160)
* Upgraded EUI to 14.2.0

* Remove form row + button shim

* Uncomment compressed prop from EuiComboBoxes

* Fix and/or simplify prepend/append usages

* Update two test files to correctly call EuiRange's onChange prop
2019-09-19 14:36:24 -04:00

14 lines
266 B
JSON

{
"name": "kbn_tp_run_pipeline",
"version": "1.0.0",
"kibana": {
"version": "kibana",
"templateVersion": "1.0.0"
},
"license": "Apache-2.0",
"dependencies": {
"@elastic/eui": "14.2.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
}
}