kibana/test/plugin_functional/plugins/kbn_tp_custom_visualizations/package.json
Greg Thompson 9e58b27d59
Upgrade EUI to 14.7.0 (#49110)
* eui 14.7.0

* icon updates

* snapshot updates

* storyshot updates

* remove config addition
2019-10-24 10:14:17 -05:00

14 lines
247 B
JSON

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