This PR is a continuation of form styling migration PR.
We couldn't update to G@10 because migration to Node 18 and from toolkit was still ongoing/
This updates Grafana dependencies to 10.2.0 and uses the Divider component from 10 if the Grafana environment running the plugin is >10. Otherwise react will throw an error Expected a string but got undefined in browser.
If Grafana< 10 we use a custom divider that looks the same.
This PR is a continuation of form styling migration PR. We couldn't update to G@10 because migration to Node 18 and from toolkit was still ongoing/ This updates Grafana dependencies to 10.2.0 and uses the Divider component from 10 if the Grafana environment running the plugin is >10. Otherwise react will throw an error
Expected a string but got undefined
in browser. If Grafana< 10 we use a custom divider that looks the same.Fixes https://github.com/grafana/oss-plugin-partnerships/issues/286