Hello! I was just wondering why grafana/ui’s dependency react-data-grid is referenced by git commit rather than a versioned release? grafana/packages/grafana-ui/package.json at v12.4.1 · grafana/grafana · GitHub
I am asking because my organization has a internal mirror of libraries for security purposes. And we are running into an issue where react-data-grid cannot be mirrored since there is no versioned release. I assume it is not released because it is a forked project? Since react-data-grid is a transitive dependency in our Grafana plugin, we cannot use yarn resolution.
Overall I would just like to understand this dependency setup. Thanks for this great project!