elastic / template-kibana-plugin

sao.js template for kibana plugins
Apache License 2.0
64 stars 34 forks source link

Sync dependency versions to Kibana #7

Closed w33ble closed 6 years ago

w33ble commented 7 years ago

Port of https://github.com/elastic/generator-kibana-plugin/issues/48

The generator is currently installing deps based on the template, but it knows where kibana is so it should just pull versions from there.

The template could easily, and optionally, match the dependency versions found in Kibana's package.json file. That way we wouldn't have to worry so much about updating the versions used in the template.

w33ble commented 6 years ago

Moved upstream, closing it here as development is likely to stop on this repo. See https://github.com/elastic/kibana/issues/17178